Packages

object TDelay extends ProductReader[TDelay] with Serializable

A delay UGen for trigger signals. Other than a normal buffer delay, any new trigger arriving in the time between the previous trigger and the passing of the delay time is ignored.

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

Value Members

  1. def ar(trig: GE, dur: GE = 0.1f): TDelay

    trig

    The input trigger. A trigger is recognized when the signal passes from non-positive to positive. Note that, no matter what the amplitude of the input trigger is, the UGen will output a delayed trigger of amplitude 1.0.

    dur

    The delay time in seconds.

  2. def kr(trig: GE, dur: GE = 0.1f): TDelay

    trig

    The input trigger. A trigger is recognized when the signal passes from non-positive to positive. Note that, no matter what the amplitude of the input trigger is, the UGen will output a delayed trigger of amplitude 1.0.

    dur

    The delay time in seconds.

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