Select:
Filter:
Classes | UGens > Multichannel > Select

Select : PureUGen : UGen : AbstractFunction : Object

Select output from an array of inputs.
Source: Osc.sc

Description

The output is selected from an array of inputs.

NOTE: All the UGens are continuously running. This may not be the most efficient way if each input is CPU-expensive.

Note that the array is fixed at the time of writing the SynthDef, and the whole array is embedded in the SynthDef file itself. For small arrays this is more efficient than reading from a buffer.

Class Methods

Select.ar(which, array)

Select.kr(which, array)

Arguments:

which

Integer index

array

Input array of signals

Inherited class methods

Instance Methods

Inherited instance methods

Examples