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

1 methods from AbstractIn ► show
1 methods from MultiOutUGen ► show
7 methods from UGen ► show
7 methods from Object ► show

Instance Methods

Inherited instance methods

5 methods from MultiOutUGen ► show
92 methods from UGen ► show
159 methods from AbstractFunction ► show
260 methods from Object ► show

Examples

compare with In example.