mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-15 00:07:08 +00:00
organizing changelog
This commit is contained in:
parent
3b041fcb2d
commit
f86a9b8626
1 changed files with 15 additions and 11 deletions
26
CHANGELOG.md
26
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
|
||||
|
|
Loading…
Reference in a new issue