Clamps Dictionary
envelope*
Incudine VUG
(envelope* (env envelope) (gate sample) (time-scale sample) (done-action function))
Envelope Ugen working with any blocksize. The product of time-scale and the total duration of env is the total duration of the envelope in seconds. done-action is called when the total-duration has been reached or when gate is zero and the release phase of the envelope has ended.
envelope* returns an array of block-size samples.
Arguments
env |
incudine.vug:envelope instance to use. |
gate |
Number functioning as a gate: If zero, start the release phase. |
time-scale |
Number scaling the envelope x-values. |
done-action |
Function to call on the dsp-node at end of release. |
Created: 2025-02-18 Di 12:58