Tone.js/CHANGELOG.md

34 lines
1.3 KiB
Markdown
Raw Normal View History

2014-09-25 17:44:55 +00:00
### r3 - Groove
* Swing parameter on Transport
2014-10-30 22:06:33 +00:00
* Tone.Expr: signal processing expression parser for Tone.Signal math
* All signal binary operators accept two signals as inputs
2014-10-02 17:40:35 +00:00
* Envelope ASDR stay in tempo-relative terms even with tempo changes
* Player loop positions stay in tempo-relative terms even with tempo changes
* Setters on PluckSynth and PulseOscillator
* new PWMOscillator
* OmniOscillator which combines PWMOscillator, Oscillator, and PulseOscillator into one
2014-10-30 22:06:33 +00:00
* Modified build script to accommodate using requirejs with build and min
2014-10-03 17:08:37 +00:00
* Deprecated Tone.Threshold - new class Tone.GreaterThanZero
2014-10-20 02:08:15 +00:00
* NOT, OR, AND, and IfThenElse signal logic operators
* Compressor and MultibandCompressor
* Distortion and Chebyshev distortion effects
2014-09-25 17:44:55 +00:00
2014-10-02 22:56:13 +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!