Classes | UGens > Filters

Lag3UD : LagUD : Filter : PureUGen : UGen : AbstractFunction : Object

Exponential lag
Source: Filter.sc

Description

Lag3UD is equivalent to LagUD.kr(LagUD.kr(LagUD.kr(in, timeU, timeD), timeU, timeD), timeU, timeD), thus resulting in a smoother transition. This saves on CPU as you only have to calculate the decay factor once instead of three times. See LagUD for more details.

Class Methods

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

From superclass: LagUD

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

From superclass: LagUD

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.

Inherited class methods

1 methods from Filter ► show
7 methods from UGen ► show
7 methods from Object ► show

Instance Methods

Inherited instance methods

92 methods from UGen ► show
159 methods from AbstractFunction ► show
260 methods from Object ► show

Examples