Decay

object Decay extends ProductReader[Decay]

An integrator UGen with exponential decay of past values. This is essentially the same as Integrator except that instead of supplying the coefficient directly, it is calculated from a 60 dB decay time. This is the time required for the integrator to lose 99.9 % of its value or -60dB.

Note: This should not be confused with Lag which does not overshoot due to integration, but asymptotically follows the input signal.

See also
Companion
class
trait Product
trait Mirror
trait ProductReader[Decay]
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def ar(in: GE, time: GE): Decay
Value Params
in

input signal to be processed

def kr(in: GE, time: GE): Decay
Value Params
in

input signal to be processed

def read(in: RefMapIn, key: String, arity: Int): Decay