mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-17 00:58:09 +00:00
Merge branch 'master' into dev
This commit is contained in:
commit
ca513b29a6
2 changed files with 7 additions and 1 deletions
|
@ -5,7 +5,9 @@ Core Change:
|
|||
* 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 minified version
|
||||
|
||||
Signal Processing:
|
||||
|
||||
* Tone.Expr: signal processing expression parser for Tone.Signal math
|
||||
* All signal binary operators accept two signals as inputs
|
||||
* Deprecated Tone.Threshold - new class Tone.GreaterThanZero
|
||||
|
@ -14,12 +16,16 @@ Signal Processing:
|
|||
* Scale no longer accepts input min/max. Assumes [0,1] range.
|
||||
* Normalize class if scaling needs to happen from other input ranges
|
||||
* WaveShaper function wraps the WaveShaperNode
|
||||
|
||||
Effects:
|
||||
|
||||
* Distortion and Chebyshev distortion effects
|
||||
* Compressor and MultibandCompressor
|
||||
* MidSide effect type and StereoWidener
|
||||
* Convolver effect and example
|
||||
|
||||
Synths:
|
||||
|
||||
* Setters on PluckSynth and PulseOscillator
|
||||
* new PWMOscillator
|
||||
* OmniOscillator which combines PWMOscillator, Oscillator, and PulseOscillator into one
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "tone",
|
||||
"version": "0.2.0",
|
||||
"version": "0.3.0",
|
||||
"description": "A Web Audio framework for making interactive music in the browser.",
|
||||
"main": "Tone.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue