Commit graph

2666 commits

Author SHA1 Message Date
Yotam Mann
b731c85cae adding 'mute' to PanVol 2017-08-27 13:57:50 -04:00
Yotam Mann
99bbadc8d2 using new Sampler 2017-08-27 12:59:37 -04:00
Yotam Mann
1e148a9c74 Sampler is now an instrument for creating a chromatic instrument from pitched samples 2017-08-27 12:55:54 -04:00
Yotam Mann
8a8e60c241 sampler example using salamander grand piano 2017-08-26 15:39:10 -04:00
Yotam Mann
1d362ee6f7 account for release time when scheduling note stop 2017-08-26 15:39:09 -04:00
Yotam Mann
0885126052 noting changes in docs 2017-08-26 15:39:09 -04:00
Yotam Mann
b2950444db confirming rounding error fix 2017-08-26 15:39:09 -04:00
Yotam Mann
6937466554 fixed rounding error when converting frequency to midi 2017-08-26 15:39:09 -04:00
Yotam Mann
5bea2666c0 defaults can also take an object as third argument 2017-08-26 15:39:09 -04:00
Yotam Mann
8110d38bd6 master->dev 2017-08-22 11:57:40 -04:00
Yotam Mann
982e31c099 adding Gain typedef 2017-08-22 11:44:12 -04:00
Yotam Mann
960a79a6db changing jsdocs from dev number to just 'dev' 2017-08-22 09:22:57 -04:00
Alan Russell
bd0b36b9ab Point links to Synth Secrets on archive.org (#254)
* point Cymbal Synthesis link to archive.org

* point to Synth Secrets Amplitude Modulation article on archive.org

* point to pair of Synth Secrets FM articles on archive.org

* point to Synth Secrets Reverb article on archive.org

* Revert "point Cymbal Synthesis link to archive.org"

This reverts commit f621d8ecec.

* point to Synth Secrets Cymbal Synthesis article on archive.org
2017-08-15 01:02:00 -04:00
Yotam Mann
a4032ad65c linting 2017-08-13 21:46:43 -04:00
Yotam Mann
5fe3e9106c using async callback for getting context
for classes that need it on init
2017-08-13 21:37:32 -04:00
Yotam Mann
f5e5cd16f6 async callback for getting the context
useful on init when the context isn’t necessarily available
2017-08-13 21:36:21 -04:00
Yotam Mann
62d1f5c9b1 resetting transport state between tests
addresses #250
2017-08-13 21:34:26 -04:00
Yotam Mann
63fcb4af1e updating private variable 2017-08-12 10:45:28 -04:00
Yotam Mann
21deadb49a specific dev builds are now all just 'dev' in docs 2017-08-12 10:44:03 -04:00
Yotam Mann
faee7175e1 added link in deprecation notice 2017-08-08 20:50:55 -04:00
Yotam Mann
aeb155bcab reverting back to running all tests 2017-08-08 20:50:42 -04:00
Yotam Mann
b97aedd02f dumb typo 2017-08-08 20:47:22 -04:00
Yotam Mann
94e76f37b5 executing script with sh command 2017-08-08 20:44:03 -04:00
Yotam Mann
494e21f4a5 whoops, wrong directory 2017-08-08 20:07:09 -04:00
Yotam Mann
196fc94580 running success script with absolute path 2017-08-08 20:04:15 -04:00
Yotam Mann
5790a55a51 simplifying tests to debug success script 2017-08-08 19:57:54 -04:00
Yotam Mann
5baa735f9a running coveralls either way 2017-08-08 19:57:38 -04:00
Yotam Mann
31b948602c moving success logic to its own scripts 2017-08-08 19:42:30 -04:00
Yotam Mann
29b5cb4ab8 clean up jsdocs before committing them 2017-08-08 19:23:04 -04:00
Yotam Mann
76ba72bb58 updating to node 8 2017-08-08 15:10:54 -04:00
Yotam Mann
fc3c7161f7 testing pushing jsdocs 2017-08-08 15:03:21 -04:00
Yotam Mann
2cd767aeca don't change dir again 2017-08-08 14:54:12 -04:00
Yotam Mann
d486d177a6 commenting out tests to speed up builds 2017-08-08 14:53:55 -04:00
Yotam Mann
fb7f97ff61 building docs from gulp file 2017-08-08 13:30:38 -04:00
Yotam Mann
d1af3f71ca connect instead of chain 2017-08-08 13:30:38 -04:00
Yotam Mann
486344bb87 replacing set curve internals with a series of linear ramps
simplifies code
2017-08-08 13:30:38 -04:00
Jack Anderson
1fb225383e no insignificant zeroes in barsBeatsSixteenths (#250)
* no insignificant zeroes in barsBeatsSixteenths

- fixes #246

* restore bpm to orig val in trailing zero test
2017-08-08 10:54:47 -04:00
Yotam Mann
bf52df2fdc check that there is an AudioNode before augmenting it 2017-07-27 18:06:05 -04:00
Yotam Mann
7050400f32 using @private instead of @internal
[skip ci]
2017-07-27 18:02:44 -04:00
Yotam Mann
066eb207ad updating Time copy
[skip ci]
2017-07-27 18:02:21 -04:00
Yotam Mann
9f31807cf4 sampleTime and blockTime should be instance variables not static 2017-07-27 17:54:57 -04:00
Yotam Mann
effd317acd Merge branch 'dev' of https://github.com/Tonejs/Tone.js into dev 2017-07-27 17:46:15 -04:00
Yotam Mann
4e69013265 copyFromChannel shouldn't exceed the destination arrays length 2017-07-08 11:54:11 -04:00
Yotam Mann
7734e70421 removing unnecessary returnType setting 2017-07-08 11:46:27 -04:00
Yotam Mann
f3f266d2fa removing min/maxDecibels and returnType test 2017-07-08 11:21:39 -04:00
Yotam Mann
3a08d9fd2e return type is always float32
removing byte analysis since it isn’t very useful
2017-07-08 11:21:26 -04:00
Yotam Mann
fd533f1eb5 testing releaseAll 2017-07-06 13:02:17 -04:00
Yotam Mann
338d8b0dfb testing playbackRate and humanize 2017-07-06 10:32:50 -04:00
Yotam Mann
c3c5364397 remove unreachable code 2017-07-06 10:32:31 -04:00
Yotam Mann
ab8b5af328 using dots reporter 2017-07-05 17:45:36 -04:00