2 summary:: Buffer rate scaling in respect to server samplerate.
3 related:: Classes/BufChannels, Classes/BufDur, Classes/BufFrames, Classes/BufSampleRate, Classes/BufSamples
4 categories:: UGens>Buffer>Info
8 Returns a ratio by which the playback of a soundfile is to be scaled.
17 Returns:: a ratio by which the playback of a soundfile is to be scaled.
21 The code::.ir:: method is not the safest choice.
22 Since a buffer can be reallocated at any time, using
23 code::.ir:: will not track the changes.
29 b = Buffer.read(s, Help.dir +/+ "sounds/a11wlk01.wav");
33 BufRd.ar(1, b, Phasor.ar(0, BufRateScale.kr(b) * rate, 0, BufFrames.kr(b)))