github Tonejs/Tone.js r5

latest releases: 14.7.39, 13.8.25, 13.8.24...
8 years ago
  • 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 be oscillator.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

Don't miss a new Tone.js release

NewReleases is sending notifications on new releases.