noting changes

This commit is contained in:
Yotam Mann 2014-11-29 21:36:43 -05:00
parent 5fdc2cfd38
commit ef13591700

View file

@ -10,11 +10,13 @@ Signal Processing:
* All signal binary operators accept two signals as inputs
* Deprecated Tone.Threshold - new class Tone.GreaterThanZero
* NOT, OR, AND, and IfThenElse signal logic operators
* Additional signal classes: Inverse, Divide, Pow
* Additional signal classes: Inverse, Divide, Pow, AudioToGain, Subtract
* Scale no longer accepts input min/max. Assumes [0,1] range.
* Normalize class if scaling needs to happen from other input ranges
Effects:
* Distortion and Chebyshev distortion effects
* Compressor and MultibandCompressor
* MidSide effect type and StereoWidener (extends MidSide)
* MidSide effect type and StereoWidener
* Convolver effect and example
Synths:
* Setters on PluckSynth and PulseOscillator