Helper pseudo UGen for reading data out of a buffer to a Kr stream. It only reads one-channel buffers, converting them to a Kr stream.
Initialize an instance of this pseudo UGen
buffer |
Either a Buffer object or an index opointing to a buffer that this pseudo UGen will read out of. Must be a one-channel buffer. |
startFrame |
Offset of reading position in the buffer. The default is 0. |
numFrames |
Number of frames to read from the buffer. Needs to be set, if buffer is not a |
a Kr stream that has the same number of channels as frames in the Buffer.
Use with other FluCoMa objects: