an index signal into the channels of the in
argument.
The index is automatically clipped to lie between 0
and in.numOutputs - 1
. The index is truncated to its
integer part (not rounded), hence using for instance an
index of 0.9
will still be interpreted as index 0
.
a graph element which is composed of the channels to be indexed.
a graph element which is composed of the channels to be indexed.
an index signal into the channels of the in
argument.
an index signal into the channels of the in
argument.
The index is automatically clipped to lie between 0
and in.numOutputs - 1
. The index is truncated to its
integer part (not rounded), hence using for instance an
index of 0.9
will still be interpreted as index 0
.
Abstract method which must be implemented by creating the actual UGen
s
during expansion.
A UGen which selects among a sequence of inputs, according to an index signal. Note that, although only one signal of the
multi
input is let through at a time, still all ugens are continuously running.an index signal into the channels of the
in
argument. The index is automatically clipped to lie between0
andin.numOutputs - 1
. The index is truncated to its integer part (not rounded), hence using for instance an index of0.9
will still be interpreted as index0
.a graph element which is composed of the channels to be indexed.
TWindex