summaryrefslogtreecommitdiff
path: root/opcodes/moog.xml
blob: 2e8249f64e82289bd0956992c73cb020a667e48f (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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<refentry id="moog">
<indexterm id="IndexMoog"><primary>moog</primary></indexterm>
  <refentryinfo><title>Signal Generators:Models and Emulations</title></refentryinfo>
  <refmeta>
    <refentrytitle>moog</refentrytitle>
  </refmeta>


 
  <refnamediv>
    <refname>moog</refname>
    <refpurpose>
      An emulation of a mini-Moog synthesizer.
          </refpurpose>
  </refnamediv>
 
  <refsect1>
    <title>Description</title>
    <para>
      An emulation of a mini-Moog synthesizer.
    </para>
  </refsect1>
 
  <refsect1>
    <title>Syntax</title>
    <synopsis>ares <command>moog</command> kamp, kfreq, kfiltq, kfiltrate, kvibf, kvamp, iafn, iwfn, ivfn</synopsis>
  </refsect1>
 
  <refsect1>
    <title>Initialization</title>
    <para>
      <emphasis>iafn, iwfn, ivfn</emphasis> -- three table numbers containing the attack waveform (unlooped), the main looping wave form, and the vibrato waveform. The files <ulink url="examples/mandpluk.aiff"><citetitle>mandpluk.aiff</citetitle></ulink> and <ulink url="examples/impuls20.aiff"><citetitle>impuls20.aiff</citetitle></ulink> are suitable for the first two, and a sine wave for the last. 
    </para>

    <note>
      <title>Note</title>
      <para>
        The files <quote>mandpluk.aiff</quote> and <quote>impuls20.aiff</quote> are also available at <ulink url="ftp://ftp.cs.bath.ac.uk/pub/dream/documentation/sounds/modelling/"><citetitle>ftp://ftp.cs.bath.ac.uk/pub/dream/documentation/sounds/modelling/</citetitle></ulink>.
      </para>
    </note>
  </refsect1>
 
  <refsect1>
    <title>Performance</title>
    <para>
      <emphasis>kamp</emphasis> -- Amplitude of note.
    </para>

    <para>
      <emphasis>kfreq</emphasis> -- Frequency of note played.
    </para>

    <para>
      <emphasis>kfiltq</emphasis> -- Q of the filter, in the range 0.8 to 0.9
    </para>

    <para>
      <emphasis>kfiltrate</emphasis> -- rate control for the filter in the range 0 to 0.0002
    </para>

    <para>
      <emphasis>kvibf</emphasis> -- frequency of vibrato in Hertz. Suggested range is 0 to 12
    </para>

    <para>
      <emphasis>kvamp</emphasis> -- amplitude of the vibrato
    </para>
  </refsect1>

  <refsect1>
    <title>Examples</title>
    <para>
      Here is an example of the moog opcode. It uses the file <ulink url="examples/moog.csd"><citetitle>moog.csd</citetitle></ulink>, <ulink url="examples/mandpluk.aiff"><citetitle>mandpluk.aiff</citetitle></ulink>, and <ulink url="examples/impuls20.aiff"><citetitle>impuls20.aiff</citetitle></ulink>.

      <example>
        <title>Example of the moog 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/moog.csd.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
      </example>
    </para>
  </refsect1>

  <refsect1>
    <title>Credits</title>
    <para>
      <simplelist>
        <member>Author: &namejohn; (after &nameperry;)</member>
        <member>University of Bath, Codemist Ltd.</member>
        <member>Bath, UK</member>
      </simplelist>
    </para>
    <para>Example written by &namekevin;.</para>

    <para>New in Csound version 3.47</para>
  </refsect1>
</refentry>