T2K:
Filter:
Classes | UGens > Conversion | UGens > Triggers

T2K : A2K : PureUGen : UGen : AbstractFunction : Object

Audio rate trigger to control rate trigger converter
Source: Line.sc

Description

Converts audio rate trigger into control rate trigger, using the maximum trigger level in the input during each control period.

Class Methods

T2K.kr(in: 0.0)

From superclass: A2K

Arguments:

in

An audio rate input signal.

Discussion:

NOTE: During initialization of the UGen graph, T2K will only produce a trigger if one is received on the first audio-rate input frame. Any trigger received after the first frame, but within the first block, will not be seen at initialization time. Therefore, downstream UGens will also not receive that missed trigger, which may affect their initialization state. Once the Synth runs, however, T2K will trigger as expected.

Inherited class methods

Instance Methods

Inherited instance methods

Examples