2
0
Fork 0
mirror of https://github.com/Tonejs/Tone.js synced 2025-02-13 03:03:31 +00:00

noting changes

This commit is contained in:
Yotam Mann 2015-08-31 16:42:43 -04:00
parent f6ea2b268a
commit c92b144b5f

View file

@ -7,6 +7,8 @@
* Refactored tests
* 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.
### r5