summaryrefslogtreecommitdiff
path: root/opcodes/outrg.xml
diff options
context:
space:
mode:
Diffstat (limited to 'opcodes/outrg.xml')
-rw-r--r--opcodes/outrg.xml30
1 files changed, 19 insertions, 11 deletions
diff --git a/opcodes/outrg.xml b/opcodes/outrg.xml
index 901b60b..53029de 100644
--- a/opcodes/outrg.xml
+++ b/opcodes/outrg.xml
@@ -45,27 +45,35 @@
<emphasis>outrg</emphasis> allows to output a range of adjacent channels to the output device. <emphasis>kstart</emphasis> indicates the first channel to be accessed (channel 1 is the first channel). The user must be sure that the number obtained by summing kstart plus the number of accessed channels -1 is &lt;= <link linkend="nchnls"><citetitle>nchnls</citetitle></link>.
</para>
</refsect1>
-<!--
+
<refsect1>
<title>Examples</title>
<para>
Here is an example of the outrg opcode. It uses the file <ulink url="examples/outrg.csd"><citetitle>outrg.csd</citetitle></ulink>.
-
<example>
<title>Example of the outrg 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/outrg.csd.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
</example>
+ Its output should include lines like these:
+ <screen>
+speaker 1 position 0.000200
+speaker 1 position 0.000400
+speaker 1 position 0.000600
+.....
+speaker 1 position 1.000000
+speaker 2 position 0.000000
+speaker 2 position 0.000200
+....
+speaker 2 position 0.999800
+speaker 3 position 0.000000
+speaker 3 position 0.000200
+....
+speaker 3 position 0.999600
+speaker 4 position 0.000000
+.....</screen>
</para>
- </refsect1>-->
-<!-- <refsect1>
- <title>See Also</title>
- <para>
- <link linkend="lposcil"><citetitle>lposcil</citetitle></link>,
- <link linkend="lposcila"><citetitle>lposcila</citetitle></link>,
- <link linkend="outrg2"><citetitle>outrg2</citetitle></link>
- </para>
- </refsect1>-->
+ </refsect1>
<refsect1>
<title>Credits</title>