BufChannels:
Filter:
Classes | UGens > Buffer > Info

BufChannels : BufInfoUGenBase : UGen : AbstractFunction : Object

Current number of channels of soundfile in buffer.
Source: InfoUGens.sc

Description

Get the current number of channels of soundfile.

Class Methods

BufChannels.kr(bufnum)

From superclass: BufInfoUGenBase

BufChannels.ir(bufnum)

From superclass: BufInfoUGenBase

Arguments:

bufnum

Buffer index.

Returns:

the current number of channels.

Discussion:

WARNING: The .ir method is not the safest choice. Since a buffer can be reallocated at any time, using .ir will not track the changes. Use .kr instead.

Inherited class methods

Instance Methods

Inherited instance methods