mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-27 20:13:07 +00:00
noting changes
This commit is contained in:
parent
8b141cf6c1
commit
97e5e51bb9
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue