Lag3UD

object Lag3UD extends ProductReader[Lag3UD]

A cascaded exponential lag UGen with separate inputs for up and down slope. Lag3UD.kr(in, up, down) is equivalent to LagUD.kr(LagUD.kr(LagUD.kr(in, up, down), up, down), up, down) , thus resulting in a smoother transition. This saves on CPU as you only have to calculate the decay factors once instead of three times.

See also
Companion
class
trait Product
trait Mirror
trait ProductReader[Lag3UD]
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, timeUp: GE, timeDown: GE): Lag3UD
Value Params
in

input signal.

timeDown

60 dB lag time in seconds effective during a falling slope in the input signal

timeUp

60 dB lag time in seconds effective during a rising slope in the input signal

def kr(in: GE, timeUp: GE, timeDown: GE): Lag3UD
Value Params
in

input signal.

timeDown

60 dB lag time in seconds effective during a falling slope in the input signal

timeUp

60 dB lag time in seconds effective during a rising slope in the input signal

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