TDelay

object TDelay extends ProductReader[TDelay]

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.

Companion
class
trait Product
trait Mirror
trait ProductReader[TDelay]
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(trig: GE, dur: GE): TDelay
Value Params
dur

The delay time in seconds.

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.

def kr(trig: GE, dur: GE): TDelay
Value Params
dur

The delay time in seconds.

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.

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