FrequencyEnvelope Op
This op is deprecated!
It will not receive any updatesLike a ScaledEnvelope with frequency
Summary (oneliner)
FrequencyEnvelope is a ScaledEnvelope, but instead of min
and max
it’s got a baseFrequency and octaves parameter.
- Ops.Extension.Deprecated.Tonejs.FrequencyEnvelope
- 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 envelope's mininum output value. This is the value which it starts at
The number of octaves above the baseFrequency that the envelope will scale to
When triggerAttack is called, 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 attack
The shape of the release
The envelope's exponent value
OUTPUT PORTS
The signal