InTrig:
Filter:
Classes | UGens > InOut | UGens > Triggers

InTrig : AbstractIn : MultiOutUGen : UGen : AbstractFunction : Object

Generate a trigger anytime a bus is set.
Source: InOut.sc

Description

Any time the bus is "touched", ie. has its value set (using "/c_set" etc.), a single impulse trigger will be generated. Its amplitude is the value that the bus was set to.

If the bus is set synchronously no trigger will be generated.

Class Methods

InTrig.kr(bus: 0, numChannels: 1)

Arguments:

bus

The index of the bus to read in from.

numChannels

The number of channels (i.e. adjacent buses) to read in. You cannot modulate this number by assigning it to an argument in a SynthDef.

Inherited class methods

Instance Methods

Inherited instance methods

Examples

compare with In example.