summaryrefslogtreecommitdiff
path: root/opcodes/inx.xml
blob: 2393a4693134f09ba8d754a135a88792e2a46d4d (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
69
<refentry id="inx">
<indexterm id="IndexInx"><primary>inx</primary></indexterm>
  <refentryinfo><title>Signal I/O:Signal Input</title></refentryinfo>
  <refmeta>
    <refentrytitle>inx</refentrytitle>
  </refmeta>


 
  <refnamediv>
    <refname>inx</refname>
    <refpurpose>
      Reads a 16-channel audio signal from an external device or stream.
          </refpurpose>
  </refnamediv>
 
  <refsect1>
    <title>Description</title>
    <para>
      Reads a 16-channel audio signal from an external device or stream.
    </para>
    <warning>
      <title>Warning</title>
      <para>
        This opcode is designed to be used only with orchestras that have
        nchnls=16. Doing so with orchestras with nchnls &gt; 16 will
        cause incorrect audio input.
      </para>
    </warning>
  </refsect1>
 
  <refsect1>
    <title>Syntax</title>
    <synopsis>ar1, ar2, ar3, ar4, ar5, ar6, ar7, ar8, ar9, ar10, ar11, ar12, \
      ar13, ar14, ar15, ar16 <command>inx</command></synopsis>
  </refsect1>
 
  <refsect1>
    <title>Performance</title>
    <para>
      <emphasis>inx</emphasis> reads a 16-channel audio signal from an external device or stream. If the command-line <link linkend="FlagsMinusLowerI"><citetitle>-i</citetitle></link> flag is set, sound is read continuously from the audio input stream (e.g. <emphasis>stdin</emphasis> or a soundfile) into an internal buffer.
    </para>
  </refsect1>

  <refsect1>
    <title>Credits</title>
    <para>
      <link linkend="in32"><citetitle>in32</citetitle></link>, 
      <link linkend="inch"><citetitle>inch</citetitle></link>, 
      <link linkend="inz"><citetitle>inz</citetitle></link>
    </para>
  </refsect1>

 
  <refsect1>
    <title>Credits</title>
    <para>
      <simplelist>
        <member>Author: &namejohn;</member>
        <member>University of Bath/Codemist Ltd.</member>
        <member>Bath, UK</member>
        <member>May 2000</member>
      </simplelist>
    </para>

    <para>New in Csound Version 4.07</para>
  </refsect1>
</refentry>