packages feed

hsc3-0.2: Help/UGen/Buffer/bufSampleRate.help.lhs

bufSampleRate rate bufnum

Buffer sample rate.

> withSC3 (\fd -> async fd (b_allocRead 0 "/home/rohan/audio/metal.wav" 0 0))

Compare a sine tone derived from sample rate of a buffer with a
440Hz tone.

> let f = mce [bufSampleRate KR 0 * 0.01, 440]
> in audition (out 0 (sinOsc AR f 0 * 0.1))