Minim
core | ugens | analysis
 

UGen.UGenInput

setChannelCount

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.

Signature

void setChannelCount(int numberOfChannels)

Parameters

numberOfChannels — how many channels this input should generate

Returns

None

Related

Example

None available

Usage

Web & Application