mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-26 11:33:09 +00:00
noting changes
[ci skip]
This commit is contained in:
parent
8e3e0a7adc
commit
bc1070ce29
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
### r6
|
||||
### r7
|
||||
|
||||
* MetalSynth creates metalic, cymbal sounds
|
||||
* DrumSynth -> MembraneSynth
|
||||
|
@ -6,6 +6,12 @@
|
|||
* FatOscillator creates multiple oscillators and detunes them slightly
|
||||
* FM, AM, Fat Oscillators incorporated into OmniOscillator
|
||||
* Simplified FM and AM Synths and APIs
|
||||
* Panner.pan is between -1,1 like the StereoPannerNode
|
||||
* Pruned away unused (or little used) Signal classes.
|
||||
* All this functionality will be available when the AudioWorkerNode is introduced.
|
||||
* Clock uses Web Workers instead of requestAnimationFrame which allows it to run in the background.
|
||||
* Removed `startMobile`. Use [StartAudioContext](https://github.com/tambien/StartAudioContext) instead.
|
||||
* Automated test runner using [Travis CI](https://travis-ci.org/Tonejs/Tone.js/)
|
||||
|
||||
|
||||
DEPRECATED:
|
||||
|
|
Loading…
Reference in a new issue