T2K

object T2K extends ProductReader[T2K]

A UGen that converts an audio-rate trigger input into a control-rate trigger output. A trigger occurs when a signal changes from less than or equal to zero to greater than zero. The UGen behaves strangely in that for a rising slope input signal, it will report the maximum value seen within the calculation block, but if the slope extends to the next block, it will output that second's block maximum value again instead of waiting for a fall to <= 0.

===Examples===

// down-sample audio-rate dust
play {
 val trig = T2K.kr(Dust.ar(4))
 Trig.kr(trig, 0.1) * SinOsc.ar(800) * 0.1
}
See also
Companion
class
trait Product
trait Mirror
trait ProductReader[T2K]
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 kr(in: GE): T2K
Value Params
in

audio-rate trigger input

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