final case classDecay2(rate: MaybeRate, in: GE, attack: GE = 0.01f, release: GE = 1.0f) extends SingleOut with Product with Serializable
A integrator UGen with controllable attack and release times. While Decay has
a very sharp attack and can produce clicks, Decay2 rounds off the attack by
subtracting one Decay from another. It can be seen as equivalent to
Decay.ar(in, release) - Decay.ar(in, attack)
Note: This should not be confused with LagUD which does not overshoot due to
integration, but asymptotically follows the input signal.
A integrator UGen with controllable attack and release times. While
Decay
has a very sharp attack and can produce clicks,Decay2
rounds off the attack by subtracting one Decay from another. It can be seen as equivalent toNote: This should not be confused with
LagUD
which does not overshoot due to integration, but asymptotically follows the input signal.input signal to be processed
LagUD
Integrator
Decay