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-07-04 16:45:05 -04:00
parent adc9873d4c
commit 2cac5d02f7

View file

@ -12,7 +12,9 @@
* Tone.Oscillator - can specify the number of partials in the type: i.e. "sine10", "triangle3", "square4", etc.
* mute/unmute the master output: `Tone.Master.mute = true`.
* 3 new simplified synths: SimpleSynth, SimpleAM and SimpleFM
* `harmonicity` is a signal-rate value for all instruments now.
* `harmonicity` is a signal-rate value for all instruments.
* expose Q in Phaser.
* unit conversions using Tone.Type for signals and LFO.
* [new docs](http://tonejs.org/docs)
* [updated examples](http://tonejs.org/docs)