summaryrefslogtreecommitdiff
path: root/opcodes/outq3.xml
blob: 3db2080fde5fa9631b3b7f9db3b38f403c5e503a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<refentry id="outq3">
<indexterm id="IndexOutq3"><primary>outq3</primary></indexterm>
  <refentryinfo><title>Signal I/O:Signal Output</title></refentryinfo>
  <refmeta>
    <refentrytitle>outq3</refentrytitle>
  </refmeta>


 
  <refnamediv>
    <refname>outq3</refname>
    <refpurpose>
      Writes samples to quad channel 3 of an external device or stream.
          </refpurpose>
  </refnamediv>
 
  <refsect1>
    <title>Description</title>
    <para>
      Writes samples to quad channel 3 of an external device or stream.
    </para>
  </refsect1>
 
  <refsect1>
    <title>Syntax</title>
    <synopsis><command>outq3</command> asig</synopsis>
  </refsect1>
 
  <refsect1>
    <title>Performance</title>
    <para>
      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.
    </para>

    <para>
      The type (mono, stereo, quad, hex, or oct) should agree with <link linkend="nchnls"><citetitle>nchnls</citetitle></link>. But as of version 3.50, Csound will attempt to change an incorrect opcode to agree with the <emphasis>nchnls</emphasis> statement. Opcodes can be chosen to direct sound to any particular channel: <emphasis>outs1</emphasis> sends to stereo channel 1, <emphasis>outq3</emphasis> to quad channel 3, etc.
    </para>
  </refsect1>

  <refsect1>
    <title>See Also</title>
    <para>
      <link linkend="out"><citetitle>out</citetitle></link>,
      <link linkend="outh"><citetitle>outh</citetitle></link>,
      <link linkend="outo"><citetitle>outo</citetitle></link>,
      <link linkend="outq"><citetitle>outq</citetitle></link>,
      <link linkend="outq1"><citetitle>outq1</citetitle></link>,
      <link linkend="outq2"><citetitle>outq2</citetitle></link>,
      <link linkend="outq4"><citetitle>outq4</citetitle></link>,
      <link linkend="outs"><citetitle>outs</citetitle></link>,
      <link linkend="outs1"><citetitle>outs1</citetitle></link>,
      <link linkend="outs2"><citetitle>outs2</citetitle></link>,
      <link linkend="soundout"><citetitle>soundout</citetitle></link>
    </para>
  </refsect1>
 
  <refsect1>
    <title>Credits</title>
    <para>
      <simplelist>
        <member>Author: &namebarry;, &namematt;/&namemike;</member>
        <member>MIT, Mills College</member>
        <member>1993-1997</member>
      </simplelist>
    </para>
  </refsect1>
</refentry>