Minim
core | ugens | analysis
 

UGen

setChannelCount

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.

Signature

void setChannelCount(int numberOfChannels)

Parameters

numberOfChannels — how many channels of audio you will be generating with this UGen

Returns

None

Related

Example

None available

Usage

Web & Application