Tone.js/CHANGELOG.md
2014-09-30 00:29:46 -04:00

767 B

r3 - Groove

  • Swing parameter on Transport
  • Setters on PluckSynth
  • Setters on PulseOscillator
  • PWMOscillator
  • OmniOscillator which combines pwm, oscillator, and pulse into one

r2 - Getting Physical

  • PluckSynth - Karplus-Strong Plucked String modeling synth
  • Freeverb
  • John Chowning Reverb (JCReverb)
  • LowpassCombFilter and FeedbackCombFilter
  • Sampler with pitch control
  • Clock tick callback is out of the audio thread using setTimeout
  • Optimized Tone.Modulo
  • Tests run using OfflineRenderingContext
  • Fixed Transport bug where timeouts/intervals and timelines were on a different tick counter
  • AmplitudeEnvelope + triggerAttackDecay on Envelope
  • Instruments inherit from Tone.Instrument base-class
  • midi<-->note conversions

r1 - First!