Minim
core
ugens
analysis
 
Name setChannelCount
Examples
None available
Description Let this UGen know how many channels of audio you will be asking it for. This will be called automatically when a UGen is patched to an AudioOuput and propagated to all UGenInputs of type AUDIO.
Syntax
setChannelCount(numberOfChannels);
Parameters
numberOfChannels   how many channels of audio you will be generating with this UGen
Returns None
Usage Web & Application
Related