noting changes

[skip ci]
This commit is contained in:
Yotam Mann 2017-03-26 12:33:34 -04:00
parent 050e868a61
commit b47c3a7dbd

View file

@ -3,9 +3,10 @@
* Tone.Context wraps AudioContext
* Tone.OfflineContext wraps OfflineAudioContext
* Tone.Offline: method for rendering audio offline
* Rewritting tests with Tone.Offline
* Rewriting tests with Tone.Offline
* Optimizing Tone.Draw to only loop when events are scheduled: [#194](https://github.com/Tonejs/Tone.js/issues/194)
* Time.eval->valueOf which takes advantage of build-in primitive evaluation [#205](https://github.com/Tonejs/Tone.js/issues/205)
* [Offline example](https://tonejs.github.io/examples/#offline)
### r9