out
Writes audio data to an external device or stream, either from audio variables or from an audio array.
Syntax
Performance
Sends audio samples to an accumulating output buffer (created at the beginning of performance) which serves to collect the output of all active instruments before the sound is written to disk. There can be any number of these output units in an instrument.
In the array case each element of the arrary is sent to the corresponding channel. This provides a way of using many channels. The nonarray version is limited to 1999.
The type (mono, stereo, quad, hex, or oct) should agree with nchnls. But as of version 3.50, Csound will attempt to change an incorrect opcode to agree with nchnls statement.
Examples
Here is an example of the out opcode. It uses the file out.csd.
See also
Credits
Author: Barry L. Vercoe, Matt Ingalls/Mike Berry
MIT, Mills College
1993-1997
Author: John ffitch
NUIM, 2013
Original in Csound v1
Array version in 6.01