Lag

object Lag extends ProductReader[Lag]

An exponential lag UGen. This is essentially the same as OnePole except that instead of supplying the coefficient directly, it is calculated from a 60 dB lag time. This is the time required for the filter to converge to within 0.01 % of a value. This is useful for smoothing out control signals.

See also
Companion
class
trait Product
trait Mirror
trait ProductReader[Lag]
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): Lag
Value Params
in

input signal.

time

60 dB lag time in seconds.

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

input signal.

time

60 dB lag time in seconds.

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