The output is mixed from an array of inputs, performing an equal power crossfade between two adjacent channels.
SelectX.ar(which, array, wrap: 1)
SelectX.kr(which, array, wrap: 1)
Arguments:
which | |
array | |
wrap |
wrap does not work yet. |
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)