NumChannels:
Filter:
Classes | UGens > Multichannel

NumChannels : Object

Ensures the number of output channels
Source: Mix.sc

Description

Ensures the output has the stated number of channels, regardless of the number of input channels.

Class Methods

NumChannels.ar(input, numChannels: 2, mixdown: true)

Arguments:

input

the audio signal

numChannels

an integer

mixdown

true/false, whether you want to mixdown or just use the first channel

Discussion:

Mono input is copied. Multi-channels clumped and if mixdown is true mixed down, else the first channel used.

Inherited class methods

Instance Methods

Inherited instance methods

Examples