the identifier of the buffer to read into.
the path of the audio-file to read.
the offset in frames into the audio-file to begin reading from
the number of frames to read which will be the size of the allocated buffer. The special
value of -1
denotes that as many frames are read as are available in the file or
fit into the buffer.
the frame offset in the buffer to begin writing to.
if true
, leaves the file open for streaming with the
DiskIn UGen.
the frame offset in the buffer to begin writing to.
the offset in frames into the audio-file to begin reading from
the identifier of the buffer to read into.
if true
, leaves the file open for streaming with the
DiskIn UGen.
the number of frames to read which will be the size of the allocated buffer.
the number of frames to read which will be the size of the allocated buffer. The special
value of -1
denotes that as many frames are read as are available in the file or
fit into the buffer.
the path of the audio-file to read.
(Changed in version 2.9.0) The behavior of scanRight
has changed. The previous behavior can be reproduced with scanRight.reverse.
(Changed in version 2.9.0) transpose
throws an IllegalArgumentException
if collections are not uniformly sized.
The
/b_read
message tells the server to read a portion of an audio-file into an existing buffer.the identifier of the buffer to read into.
the path of the audio-file to read.
the offset in frames into the audio-file to begin reading from
the number of frames to read which will be the size of the allocated buffer. The special value of
-1
denotes that as many frames are read as are available in the file or fit into the buffer.the frame offset in the buffer to begin writing to.
if
true
, leaves the file open for streaming with the DiskIn UGen.BufferReadChannel
BufferAllocRead
Buffer#readMsg