ScaledEnvelope Op
This op is deprecated!
It will not receive any updatesScaledEnvelop is an envelope which can be scaled to any range
Summary (oneliner)
- Ops.Extension.Deprecated.Tonejs.ScaledEnvelope
- Extension Op - Visible to all users
- MIT
- Tone.js (Webaudio Library)
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
No op example found on this server
INPUT PORTS
The attack time is the amount of time it takes for the envelope to reach it's maximum value
After the attack portion of the envelope, the value will fall over the duration of the decay time to it's sustain value
The sustain value is the value which the envelope rests at after triggerAttack is called, but before triggerRelease is invoked
After triggerRelease is called, the envelope's value will fall to it's miminum value over the duration of the release time
The shape of the release
The envelope's min output value. This is the value which it starts at and where it will end
The envelope's max output value. In other words, the value at the peak of the attack portion of the envelope
The envelope's exponent value