Packages

object Lag2 extends ProductReader[Lag2] with Serializable

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

Lag

Lag2UD

Lag3

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Lag2
  2. Serializable
  3. ProductReader
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def ar(in: GE, time: GE = 0.1f): Lag2

    in

    input signal.

    time

    60 dB lag time in seconds.

  2. def kr(in: GE, time: GE = 0.1f): Lag2

    in

    input signal.

    time

    60 dB lag time in seconds.

  3. def read(in: RefMapIn, key: String, arity: Int): Lag2
    Definition Classes
    Lag2ProductReader