T2A

object T2A extends ProductReader[T2A]

A UGen that converts a control-rate trigger input into an audio-rate trigger output. A trigger occurs when a signal changes from less than or equal to zero to greater than zero. The output will have a single sample spike of the input trigger's amplitude at the beginning of the calculation block.

===Examples===

// up-sample control-rate impulses
play {
 val trig = Impulse.kr(MouseX.kr(1, 100, 1))
 Ringz.ar(T2A.ar(trig), 800, 0.01) * 0.4
}
See also
Companion
class
trait Product
trait Mirror
trait ProductReader[T2A]
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): T2A
Value Params
in

control-rate trigger input

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