mirror of
https://github.com/Tonejs/Tone.js
synced 2025-01-13 20:39:06 +00:00
noting changes
This commit is contained in:
parent
5fdc2cfd38
commit
ef13591700
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue