SelectX:
Filter:
Classes | UGens > Multichannel > Select

SelectX : Object

Mix one output from many sources
Source: Osc.sc
Subclasses: LinSelectX

Description

The output is mixed from an array of inputs, performing an equal power crossfade between two adjacent channels.

Class Methods

SelectX.ar(which, array, wrap: 1)

SelectX.kr(which, array, wrap: 1)

Arguments:

which
array
wrap

wrap does not work yet.

Inherited class methods

Undocumented class methods

SelectX.crossfadeClass

Instance Methods

Inherited instance methods

Examples

NOTE: all the ugens are continuously running. This may not be the most efficient way if each input is cpu-expensive. 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.

wrap does not work yet.

(by adc)