organizing changelog

This commit is contained in:
Yotam Mann 2014-11-01 21:55:45 -04:00
parent 3b041fcb2d
commit f86a9b8626

View file

@ -1,21 +1,25 @@
### r3 - Groove
### r3 - Expressive Signal
Core Change:
* Swing parameter on Transport
* Player loop positions stay in tempo-relative terms even with tempo changes
* Envelope ASDR stay in tempo-relative terms even with tempo changes
* Modified build script to accommodate using requirejs with build and min
Signal Processing:
* Tone.Expr: signal processing expression parser for Tone.Signal math
* All signal binary operators accept two signals as inputs
* Envelope ASDR stay in tempo-relative terms even with tempo changes
* Player loop positions stay in tempo-relative terms even with tempo changes
* Deprecated Tone.Threshold - new class Tone.GreaterThanZero
* NOT, OR, AND, and IfThenElse signal logic operators
* Additional signal classes: Inverse, Divide, Pow
Effects:
* Distortion and Chebyshev distortion effects
* Compressor and MultibandCompressor
* MidSide effect type and StereoWidener (extends MidSide)
* Convolver effect and example
Synths:
* Setters on PluckSynth and PulseOscillator
* new PWMOscillator
* OmniOscillator which combines PWMOscillator, Oscillator, and PulseOscillator into one
* Modified build script to accommodate using requirejs with build and min
* Deprecated Tone.Threshold - new class Tone.GreaterThanZero
* NOT, OR, AND, and IfThenElse signal logic operators
* Compressor and MultibandCompressor
* Distortion and Chebyshev distortion effects
* Convolver effect and example
* Additional signal classes: Inverse, Divide, Pow
* MidSide effect type and StereoWidener (extends MidSide)
### r2 - Getting Physical