mirror of
https://github.com/Tonejs/Tone.js
synced 2025-02-13 03:03:31 +00:00
noting changes
This commit is contained in:
parent
8bc050e8fd
commit
9724abf57d
1 changed files with 2 additions and 1 deletions
|
@ -4,11 +4,12 @@
|
|||
* Added Timeline/TimelineState/TimelineSignal which keeps track of the state in the future
|
||||
* Clock uses requestAnimationFrame instead of ScriptProcessorNode
|
||||
* Removed `onended` event from Tone.Source
|
||||
* Refactored tests
|
||||
* Refactored tests into individual files.
|
||||
* Renamed some Signal methods: exponentialRampToValueNow->exponentialRampToValue, setCurrentValueNow->setRampPoint
|
||||
* LFO no longer starts at bottom of cycle. Starts at whatever phase it's set at.
|
||||
* Transport is an event emitter. triggers events on "start", "stop", "pause", and "loop".
|
||||
* Oscillator takes a "partials" array.
|
||||
* Microphone inherits from ExternalInput
|
||||
|
||||
### r5
|
||||
|
||||
|
|
Loading…
Reference in a new issue