Minim
core | ugens | analysis
 

MultiChannelBuffer

setChannelCount

Description

Set the number of channels this buffer contains. Doing this will retain any existing channels under the new channel count.

Signature

void setChannelCount(int numChannels)

Parameters

numChannels — int: the number of channels this buffer should contain

Returns

None

Related

Example

None available

Usage

Web & Application