the identifier of the buffer whose contents to write.
the path of the audio-file to write to.
the header format of the audio-file
the sample resolution of the audio-file
the number of frames to write. The special
value of -1
denotes that the whole buffer content (or the remainder
after the startFrame
) is written out.
the frame offset in the buffer to begin reading from
if true
, leaves the file open for streaming with
the DiskOut UGen.
the header format of the audio-file
the identifier of the buffer whose contents to write.
if true
, leaves the file open for streaming with
the DiskOut UGen.
the number of frames to write.
the number of frames to write. The special
value of -1
denotes that the whole buffer content (or the remainder
after the startFrame
) is written out.
the path of the audio-file to write to.
the sample resolution of the audio-file
(Changed in version 2.9.0) The behavior of scanRight
has changed. The previous behavior can be reproduced with scanRight.reverse.
the frame offset in the buffer to begin reading from
(Changed in version 2.9.0) transpose
throws an IllegalArgumentException
if collections are not uniformly sized.
The
/b_write
message writes a portion of the buffer contents to an audio-file.the identifier of the buffer whose contents to write.
the path of the audio-file to write to.
the header format of the audio-file
the sample resolution of the audio-file
the number of frames to write. The special value of
-1
denotes that the whole buffer content (or the remainder after thestartFrame
) is written out.the frame offset in the buffer to begin reading from
if
true
, leaves the file open for streaming with the DiskOut UGen.BufferRead
Buffer#writeMsg