mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-27 03:53:07 +00:00
linking to presets repo
This commit is contained in:
parent
b3e08a4c02
commit
cc96c10119
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
||||||
* Player's playbackRate is now a signal and Noise includes a playbackRate signal.
|
* Player's playbackRate is now a signal and Noise includes a playbackRate signal.
|
||||||
* All filterEnvelopes use new Tone.FrequencyEnvelope with frequency units and `baseFrequency` and `octaves` instead of `min` and `max`.
|
* All filterEnvelopes use new Tone.FrequencyEnvelope with frequency units and `baseFrequency` and `octaves` instead of `min` and `max`.
|
||||||
* Phaser uses "octaves" instead of "depth" to be more consistent across the whole Tone.js API.
|
* Phaser uses "octaves" instead of "depth" to be more consistent across the whole Tone.js API.
|
||||||
|
* Presets now have [their own repo](https://github.com/Tonejs/Presets)
|
||||||
|
|
||||||
DEPRECATED:
|
DEPRECATED:
|
||||||
* `setTimeout`, `setInterval`, `setTimeline` in favor of new `schedule`, `scheduleOnce`, and `scheduleRepeat`.
|
* `setTimeout`, `setInterval`, `setTimeline` in favor of new `schedule`, `scheduleOnce`, and `scheduleRepeat`.
|
||||||
|
|
Loading…
Reference in a new issue