BufFrames:
Filter:
Classes | UGens > Buffer > Info

BufFrames : BufInfoUGenBase : UGen : AbstractFunction : Object

Current number of frames allocated in the buffer.
Source: InfoUGens.sc

Description

Get the current number of allocated frames.

Class Methods

BufFrames.kr(bufnum)

From superclass: BufInfoUGenBase

BufFrames.ir(bufnum)

From superclass: BufInfoUGenBase

Arguments:

bufnum

Buffer index.

Returns:

the current number of allocated frames.

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.

Inherited class methods

Instance Methods

Inherited instance methods

Examples