Tone.js/CHANGELOG.md

25 lines
767 B
Markdown
Raw Normal View History

2014-09-25 17:44:55 +00:00
### r3 - Groove
* Swing parameter on Transport
* Setters on PluckSynth
2014-09-30 04:29:46 +00:00
* Setters on PulseOscillator
* PWMOscillator
* OmniOscillator which combines pwm, oscillator, and pulse into one
2014-09-25 17:44:55 +00:00
2014-09-24 01:56:34 +00:00
### r2 - Getting Physical
2014-09-12 05:19:45 +00:00
2014-09-20 23:24:56 +00:00
* PluckSynth - Karplus-Strong Plucked String modeling synth
2014-09-24 01:56:34 +00:00
* Freeverb
* John Chowning Reverb (JCReverb)
* LowpassCombFilter and FeedbackCombFilter
* Sampler with pitch control
2014-09-20 23:24:56 +00:00
* Clock tick callback is out of the audio thread using setTimeout
2014-09-12 05:19:45 +00:00
* Optimized Tone.Modulo
2014-09-14 19:36:31 +00:00
* Tests run using OfflineRenderingContext
* Fixed Transport bug where timeouts/intervals and timelines were on a different tick counter
2014-09-20 23:24:56 +00:00
* AmplitudeEnvelope + triggerAttackDecay on Envelope
2014-09-24 01:56:34 +00:00
* Instruments inherit from Tone.Instrument base-class
* midi<-->note conversions
2014-09-20 23:24:56 +00:00
2014-09-12 05:19:45 +00:00
2014-09-24 01:56:34 +00:00
### r1 - First!