mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-26 11:33:09 +00:00
noting changes
This commit is contained in:
parent
f1e6c154e0
commit
9ac2986594
1 changed files with 4 additions and 1 deletions
|
@ -16,8 +16,11 @@
|
|||
* Added new timing primitive types: Time, Frequency, TransportTime.
|
||||
* Switching parameter position of type and size in Tone.Analyser
|
||||
* Tone.Meter uses Tone.Analyser instead of ScriptProcessorNode.
|
||||
* Tone.Envelope has 5 new attack/release curves: "sine", "ease", "bounce", "ripple", "step"
|
||||
* Tone.Envelope has 5 new attack/release curves: "sine", "cosine", "bounce", "ripple", "step"
|
||||
* Renamed Tone.SimpleSynth -> Tone.Synth
|
||||
* Tone.Buffers combines multiple buffers
|
||||
* Tone.BufferSource a low-level wrapper, and Tone.MultiPlayer which is good for multisampled instruments.
|
||||
* Tone.GrainPlayer: granular synthesis buffer player.
|
||||
|
||||
DEPRECATED:
|
||||
* Removed SimpleFM and SimpleAM
|
||||
|
|
Loading…
Reference in a new issue