This is a superclass for all UGens with multiple outputs. MultiOutUGen creates the OutputProxy ugens needed for the multiple outputs.
Create an array of OutputProxies for the outputs.
numChannels |
Number of outputs. Must be a nonzero, positive integer. This is fixed when the SynthDef is compiled so cannot be assigned to a SynthDef argument. |