the buffer used internally by the UGen. this number of frames in the buffer must
be a power of two (this is currently not checked!). The buffer must have been initialized
with a write
command whose leaveOpen
argument is true. Note that the number of channels of
the buffer and of the input signal must be the same, otherwise DiskOut
will fail silently
(and not write anything to the file).
the signal to be recorded
A UGen which writes a signal to a soundfile on disk. To achieve this efficiently, a buffer is needs to be provides which is used to buffer the incoming signal.
Note: It might be that the buffer size must be a multiple of (2 * the server's block size). We haven't currently verified this, but to be safe, you should make sure this property is met.
The signal output by the UGen represents the number of frames written.
de.sciss.synth.ugen.RecordBuf
de.sciss.synth.ugen.DiskIn
de.sciss.synth.Buffer#write