Minim
core
ugens
analysis
 
Name setChannelCount
Examples
None available
Description Set the number of channels this input should generate. This will be called by the owning UGen if this input is an AUDIO input.
Syntax
setChannelCount(numberOfChannels);
Parameters
numberOfChannels   float: how many channels this input should generate
Returns None
Usage Web & Application
Related