mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-15 00:07:08 +00:00
noting changes
This commit is contained in:
parent
73a3aec1e3
commit
77041cae6a
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
### r6
|
||||
|
||||
* Added PitchShift and Vibrato Effect.
|
||||
* Added Timeline/TimelineState/TimelineSignal which keeps track of the state
|
||||
* Added Timeline/TimelineState/TimelineSignal which keeps track of all scheduled state changes.
|
||||
* Clock uses requestAnimationFrame instead of ScriptProcessorNode
|
||||
* Removed `onended` event from Tone.Source
|
||||
* Refactored tests into individual files.
|
||||
|
@ -22,6 +22,7 @@
|
|||
DEPRECATED:
|
||||
* `setTimeout`, `setInterval`, `setTimeline` in favor of new `schedule`, `scheduleOnce`, and `scheduleRepeat`.
|
||||
* Tone.Signal no longer takes an AudioParam in the first argument. Use Tone.Param instead.
|
||||
* Tone.Buffer.onload/onprogress/onerror is deprecated. Use `Tone.Buffer.on("load", callback)` instead.
|
||||
|
||||
### r5
|
||||
|
||||
|
|
Loading…
Reference in a new issue