BufSampleRate:
Filter:
Classes | UGens > Buffer > Info

BufSampleRate : BufInfoUGenBase : UGen : AbstractFunction : Object

Buffer sample rate.
Source: InfoUGens.sc

Description

Returns the buffer's current sample rate.

Class Methods

BufSampleRate.kr(bufnum)

From superclass: BufInfoUGenBase

BufSampleRate.ir(bufnum)

From superclass: BufInfoUGenBase

Arguments:

bufnum

Buffer index.

Returns:

the buffer's current sample rate.

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