lagud
Exponential Lag
Plugin opcode in scugens.
Exponential lag with different smoothing time for up- and downgoing signals. Port of Supercollider's LagUD.
This is essentially the same as the opcode lag except that you can supply a different 60 dB time for ascending and descending signals. This is useful for smoothing out control signals, where "fade in" should be different from "fade out", or to model the attack/release of a gate, etc.
Syntax
Initialization
initialvalue If given, sets the internal state. Defaults to the first value passed
Performance
ain -- input signal
klagup -- 60 dB lag time in seconds for the upgoing signal.
klagdown -- 60 dB lag time in seconds for the downgoing signal.
Examples
Here is an example of the lagud opcode. It uses the file lagud.csd.
See also
Standard Filters: Control signal filters
Credits
By: Eduardo Moguillansky 2017