noting changes

This commit is contained in:
Yotam Mann 2015-01-05 22:02:48 -05:00
parent 8b141cf6c1
commit 97e5e51bb9

View file

@ -1,9 +1,11 @@
### r4 - Cool is cool ### r4 - Cool is cool
* toFrequency accepts notes by name (i.e. "C4") * toFrequency accepts notes by name (i.e. "C4")
* Tone.Envelope no longer accepts exponential scaling, only Tone.ScaledEnvelope * Envelope no longer accepts exponential scaling, only Tone.ScaledEnvelope
* Tone.Buffer static progress and load events which tracks the progress of all downloads * Buffer static progress and load events which tracks the progress of all downloads
* Tone.Buffer only accepts a single url * Buffer only accepts a single url
* Sampler accepts multiple samples as an object and can set using setSample
* deprecated MultiSampler - use Sampler with PolySynth instead
* added [cdn](cdn.tonejs.org/latest/Tone.min.js) - please don't use for production code * added [cdn](cdn.tonejs.org/latest/Tone.min.js) - please don't use for production code
### r3 - Expressive Signal ### r3 - Expressive Signal