From f86a9b86260c0dfaed0f48d8f722fd02f8f357cf Mon Sep 17 00:00:00 2001 From: Yotam Mann Date: Sat, 1 Nov 2014 21:55:45 -0400 Subject: [PATCH] organizing changelog --- CHANGELOG.md | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ca165d8..034054ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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