LinSelectX:
Filter:
Classes | UGens > Multichannel > Select

LinSelectX : SelectX : Object

Mix one output from many sources
Source: Osc.sc

Description

The output is mixed from an array of inputs, linearly interpolating from two adjacent channels.

Class Methods

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

From superclass: SelectX

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

From superclass: SelectX

Arguments:

which
array
wrap

Inherited class methods

Undocumented class methods

LinSelectX.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)