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
995a12d765
commit
1a51c5b787
1 changed files with 13 additions and 0 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,5 +1,18 @@
|
|||
### r6
|
||||
|
||||
* MetalSynth creates metalic, cymbal sounds
|
||||
* DrumSynth -> MembraneSynth
|
||||
* FMOscillator, AMOscillator types
|
||||
* FatOscillator creates multiple oscillators and detunes them slightly
|
||||
* FM, AM, Fat Oscillators incorporated into OmniOscillator
|
||||
* Simplified FM and AM Synths and APIs
|
||||
|
||||
|
||||
DEPRECATED:
|
||||
* Removed SimpleFM and SimpleAM
|
||||
|
||||
### r6
|
||||
|
||||
* Added PitchShift and Vibrato Effect.
|
||||
* Added Timeline/TimelineState/TimelineSignal which keeps track of all scheduled state changes.
|
||||
* Clock uses requestAnimationFrame instead of ScriptProcessorNode
|
||||
|
|
Loading…
Reference in a new issue