Minim
core
ugens
analysis
 
Name type
Examples
None available
Description The type is an int describing the number of channels this sound object has.
Syntax
type();
Returns Minim.MONO if this is mono, Minim.STEREO if this is stereo
Usage Web & Application
Related