Decay2:
Filter:
Classes | UGens > Filters > Linear | UGens > Envelopes

Decay2 : Filter : PureUGen : UGen : AbstractFunction : Object

Exponential decay
Source: Filter.sc

Description

Decay has a very sharp attack and can produce clicks. Decay2 rounds off the attack by subtracting one Decay from another. Decay2.ar(in, attackTime, decayTime) is equivalent to:

Class Methods

Decay2.ar(in: 0.0, attackTime: 0.01, decayTime: 1.0, mul: 1.0, add: 0.0)

Decay2.kr(in: 0.0, attackTime: 0.01, decayTime: 1.0, mul: 1.0, add: 0.0)

Arguments:

in

The input signal.

attackTime

60 dB attack time in seconds.

decayTime

60 dB decay time in seconds.

mul
add

Inherited class methods

Instance Methods

Inherited instance methods

Examples