final case classLagUD(rate: MaybeRate, in: GE, timeUp: GE = 0.1f, timeDown: GE = 0.1f) extends SingleOut with Product with Serializable
An exponential lag UGen with separate inputs for up and down slope. This is
essentially the same as Lag except that you can supply a different 60 dB time
for when the signal goes up, from when the signal goes down.
in
input signal.
timeUp
60 dB lag time in seconds effective during a rising
slope in the input signal
timeDown
60 dB lag time in seconds effective during a falling
slope in the input signal
An exponential lag UGen with separate inputs for up and down slope. This is essentially the same as
Lag
except that you can supply a different 60 dB time for when the signal goes up, from when the signal goes down.input signal.
60 dB lag time in seconds effective during a rising slope in the input signal
60 dB lag time in seconds effective during a falling slope in the input signal
Lag2UD
Lag