- reverse buffer for Player and Sampler.
- Tone.Volume for simple volume control in Decibels.
- Panner uses StereoPannerNode when available.
- AutoFilter and Tremolo effects.
- Made many attributes read-only. preventing this common type of error:
oscillator.frequency = 200
when it should beoscillator.frequency.value = 200
. - Envelope supports "linear" and "exponential" attack curves.
- Renamed Tone.EQ -> Tone.EQ3.
- Tone.DrumSynth makes kick and tom sounds.
- Tone.MidSideCompressor and Tone.MidSideSplit/Tone.MidSideMerge
- 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.- expose Q in Phaser.
- unit conversions using Tone.Type for signals and LFO.
- new docs
- updated examples