the name of the argument (in the spec's args
sequence) corresponding to the UGen input.
if variadic, the signal is treated as a multi-channel input with variable number of channels.
only the last input of a UGen can be variadic. An example is the second input of
the Out
UGen.
the name of the argument (in the spec's args
sequence) corresponding to the UGen input.
if variadic, the signal is treated as a multi-channel input with variable number of channels.
if variadic, the signal is treated as a multi-channel input with variable number of channels.
only the last input of a UGen can be variadic. An example is the second input of
the Out
UGen.
A UGen (server-side) input corresponds with a particular argument in the client-side interface.
the name of the argument (in the spec's
args
sequence) corresponding to the UGen input.if variadic, the signal is treated as a multi-channel input with variable number of channels. only the last input of a UGen can be variadic. An example is the second input of the
Out
UGen.