mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-27 03:53:07 +00:00
noting changes
[skip ci]
This commit is contained in:
parent
050e868a61
commit
b47c3a7dbd
1 changed files with 2 additions and 1 deletions
|
@ -3,9 +3,10 @@
|
||||||
* Tone.Context wraps AudioContext
|
* Tone.Context wraps AudioContext
|
||||||
* Tone.OfflineContext wraps OfflineAudioContext
|
* Tone.OfflineContext wraps OfflineAudioContext
|
||||||
* Tone.Offline: method for rendering audio offline
|
* 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)
|
* 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)
|
* 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
|
### r9
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue