BufRateScale:
Filter:
Classes | UGens > Buffer > Info

BufRateScale : BufInfoUGenBase : UGen : AbstractFunction : Object

Buffer rate scaling in respect to server samplerate.
Source: InfoUGens.sc

Description

Returns a ratio by which the playback of a soundfile is to be scaled.

Class Methods

BufRateScale.kr(bufnum)

From superclass: BufInfoUGenBase

BufRateScale.ir(bufnum)

From superclass: BufInfoUGenBase

Arguments:

bufnum

Buffer index.

Returns:

a ratio by which the playback of a soundfile is to be scaled.

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