summaryrefslogtreecommitdiff
path: root/opcodes/outch.xml
diff options
context:
space:
mode:
Diffstat (limited to 'opcodes/outch.xml')
-rw-r--r--opcodes/outch.xml34
1 files changed, 31 insertions, 3 deletions
diff --git a/opcodes/outch.xml b/opcodes/outch.xml
index 709abaf..ed58211 100644
--- a/opcodes/outch.xml
+++ b/opcodes/outch.xml
@@ -33,8 +33,36 @@
<note>
<para>
The highest number for <emphasis>kchanX</emphasis> available for use with <emphasis>outch</emphasis> depends on <link linkend="nchnls"><citetitle>nchnls</citetitle></link>. If <emphasis>kchanX</emphasis> is greater than <emphasis>nchnls</emphasis>, <emphasis>asigX</emphasis> will be silent. Note that <emphasis>outch</emphasis> will give a warning but not an error in this case.
- </para>
- </note>
+ </para>
+ </note>
+ </refsect1>
+
+ <refsect1>
+ <title>Examples</title>
+ <para>
+ Here is an example of the outch opcode. It uses the file <ulink url="examples/outch.csd"><citetitle>outch.csd</citetitle></ulink>.
+ <example>
+ <title>Example of the outch opcode.</title>
+ <para>See the sections <link linkend="UsingRealTime"><citetitle>Real-time Audio</citetitle></link> and <link linkend="CommandFlags"><citetitle>Command Line Flags</citetitle></link> for more information on using command line flags.</para>
+ <xi:include href="examples-xml/outch.csd.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+ </example>
+ <screen>
+signal is sent to channel 5
+signal is sent to channel 4
+signal is sent to channel 3
+signal is sent to channel 2
+signal is sent to channel 1
+signal is sent to channel 5
+........
+ </screen>
+ </para>
+ <para>
+ Here is another example of the outch opcode. It uses the file <ulink url="examples/outch.csd"><citetitle>outch-2.csd</citetitle></ulink>.
+ <example>
+ <title>Another example of the outch opcode.</title>
+ <xi:include href="examples-xml/outch-2.csd.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+ </example>
+ </para>
</refsect1>
<refsect1>
@@ -45,6 +73,7 @@
<link linkend="outx"><citetitle>outx</citetitle></link>,
<link linkend="outz"><citetitle>outz</citetitle></link>
</para>
+ <para> More information on this opcode: <ulink url="http://www.csounds.com/journal/issue16/audiorouting.html"><citetitle>http://www.csounds.com/journal/issue16/audiorouting.html</citetitle></ulink> , written by Andreas Russo </para>
</refsect1>
<refsect1>
@@ -57,7 +86,6 @@
<member>May 2000</member>
</simplelist>
</para>
-
<para>New in Csound Version 4.07</para>
</refsect1>
</refentry>