LagUD:
Filter:
Classes | UGens > Filters

LagUD : Filter : PureUGen : UGen : AbstractFunction : Object

Exponential lag
Source: Filter.sc
Subclasses: Lag2UD, Lag3UD

Description

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. This is useful for smoothing out control signals, where "fade in" should be different from "fade out".

Class Methods

LagUD.ar(in: 0.0, lagTimeU: 0.1, lagTimeD: 0.1, mul: 1.0, add: 0.0)

LagUD.kr(in: 0.0, lagTimeU: 0.1, lagTimeD: 0.1, mul: 1.0, add: 0.0)

Arguments:

in

input signal.

lagTimeU

60 dB lag time in seconds for the upgoing signal.

lagTimeD

60 dB lag time in seconds for the downgoing signal.

mul
add

Inherited class methods

Instance Methods

Inherited instance methods

Examples