Lag2

object Lag2 extends ProductReader[Lag2]

A cascaded exponential lag UGen. Lag2.kr(in, time) is equivalent to Lag.kr(Lag.kr(in, time), time) , thus resulting in a smoother transition. This saves on CPU as you only have to calculate the decay factor once instead of twice.

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

input signal.

time

60 dB lag time in seconds.

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

input signal.

time

60 dB lag time in seconds.

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