the identifier of the buffer to use
input signal to record
audio rate frame-index into the buffer.
1 to enable looping, 0 to disable looping.
1 to enable looping, 0 to disable looping. this can be modulated.
Abstract method which must be implemented by creating the actual UGen
s
during expansion.
A UGen that writes a signal to a buffer, using an index pointer.
Warning: if the supplied
bufID
refers to a buffer whose number of channels differs from those of the input signal, the UGen will fail silently.An alternative to
BufWr
isRecordBuf
. WhileRecordBuf
advances the index into the buffer by itself,BufWr
only moves its write point by the index input, making it possible to adjust the writing speed or to access the buffer in a non-linear way.RecordBuf
can determine the end of the buffer and issue a done-action.input signal to record
the identifier of the buffer to use
audio rate frame-index into the buffer.
1 to enable looping, 0 to disable looping. this can be modulated.
BufRateScale
BufFrames
Phasor
BufRd
RecordBuf