noting changes

[skip ci]
This commit is contained in:
Yotam Mann 2017-03-12 21:49:49 -04:00
parent d037c28d6f
commit dbc0123362

View file

@ -1,3 +1,12 @@
### r10
* Tone.Context wraps AudioContext
* Tone.OfflineContext wraps OfflineAudioContext
* Tone.Offline: method for rendering audio offline
* Rewritting tests with Tone.Offline
* Optimizing Tone.Draw to only loop when events are scheduled (#194)
* Time.eval->valueOf which takes advantage of build-in primitive evaluation (#205)
### r9
* Tone.Clock performance and lookAhead updates.