summaryrefslogtreecommitdiff
path: root/opcodes/chnmix.xml
blob: 6bdd3fd8b3553ca2a4e4634b09c57f4115ffc047 (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
<refentry id="chnmix">
<indexterm id="Indexchnmix"><primary>chnmix</primary></indexterm>
  <refentryinfo><title>Signal I/O:Software Bus</title></refentryinfo>
  <refmeta>
    <refentrytitle>chnmix</refentrytitle>
  </refmeta>



  <refnamediv>
    <refname>chnmix</refname>
    <refpurpose>
      Writes audio data to the named software bus, mixing to the previous
      output.
          </refpurpose>
  </refnamediv>

  <refsect1>
    <title>Description</title>
    <para>
      Adds an audio signal to a channel of the named software bus.
      Implies declaring the channel with imode=2 (see also chn_a).
    </para>
  </refsect1>

  <refsect1>
    <title>Syntax</title>
    <synopsis><command>chnmix</command> aval, Sname</synopsis>
  </refsect1>

  <refsect1>
    <title>Initialization</title>
    <para>
      <emphasis>Sname</emphasis> -- a string that indicates which
      named channel of the software bus to write.
    </para>
  </refsect1>

  <refsect1>
    <title>Performance</title>
    <para>
      <emphasis>aval</emphasis> -- the audio signal to write at performance
      time.
    </para>
  </refsect1>

  <refsect1>
    <title>Credits</title>
    <para>
      <simplelist>
        <member>Author: &nameistvan;</member>
        <member>2006</member>
      </simplelist>
    </para>
  </refsect1>
</refentry>