~ubuntu-branches/ubuntu/trusty/csound-manual/trusty-proposed

« back to all changes in this revision

Viewing changes to opcodes/STKBeeThree.xml

  • Committer: Bazaar Package Importer
  • Author(s): Felipe Sateler
  • Date: 2011-08-01 22:21:58 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110801222158-90kslkp5ujci2f5d
Tags: 1:5.13~dfsg-1
* New upstream release
 - Add Menno Knevel to the copyright file
 - Refresh patch 2000-stripped-opcodes.diff
 - Update copyright hints file
* Update Vcs-* headers
* Bump Standards-Version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<refentry id="STKBeeThree">
 
2
  <indexterm id="IndexStkbeethree"><primary>STKBeeThree</primary></indexterm>
 
3
  <refentryinfo><title>Signal Generators:STK Opcodes</title></refentryinfo>
 
4
  <refmeta>
 
5
    <refentrytitle>STKBeeThree</refentrytitle>
 
6
  </refmeta>
 
7
 
 
8
  <refnamediv>
 
9
    <refname>STKBeeThree</refname>
 
10
    <refpurpose>
 
11
      STK Hammond-oid organ-like FM synthesis instrument.
 
12
      </refpurpose>
 
13
  </refnamediv>
 
14
 
 
15
  <refsect1>
 
16
    <title>Description</title>
 
17
    <para>
 
18
      STK Hammond-oid organ-like FM synthesis instrument.</para>
 
19
          <para>
 
20
      This opcode a simple 4 operator topology, also referred to as algorithm 8 of the TX81Z.
 
21
      It simulates the sound of a Hammond-oid organ, and some related sounds.
 
22
    </para>
 
23
  </refsect1>
 
24
 
 
25
  <refsect1>
 
26
    <title>Syntax</title>
 
27
    <synopsis>asignal <command>STKBeeThree</command> ifrequency, iamplitude, [kc1, kv1[, kc2, kv2[, kc3, kv3[, kc4, kv4[, kc5, kv5]]]]]</synopsis>
 
28
  </refsect1>
 
29
 
 
30
  <refsect1>
 
31
    <title>Initialization</title>
 
32
        <para>
 
33
      <emphasis>ifrequency</emphasis> -- Frequency of note played, in Hertz.
 
34
    </para>
 
35
   
 
36
    <para>
 
37
      <emphasis>iamplitude</emphasis> -- Amplitude of note played (range 0-1).
 
38
    </para>
 
39
  </refsect1>
 
40
 
 
41
  <refsect1>
 
42
    <title>Performance</title>
 
43
   
 
44
    <para>
 
45
      <emphasis>kc1, kv1, kc2, kv2, kc3, kv3, kc4, kv4, kc5, kv5, kc6, kv6, kc7, kv7, kc8, kv8</emphasis> -- Up to 8 optional k-rate controller pairs for the STK opcodes.
 
46
      Each controller pair consists of a controller number (kc) followed by a controller value (kv). The 5 controller numbers and values that work for STKBeeThree are:
 
47
      <itemizedlist>
 
48
        <listitem><para><emphasis>kc, kv</emphasis> -- 2,   gain of feedback of operator 4.</para></listitem>
 
49
        <listitem><para><emphasis>kc, kv</emphasis> -- 4,   gain of operator 3 </para></listitem>
 
50
        <listitem><para><emphasis>kc, kv</emphasis> -- 11,  speed of low-frequency oscillator.</para></listitem>
 
51
        <listitem><para><emphasis>kc, kv</emphasis> -- 1,   depth of low-frequency oscillator.</para></listitem>
 
52
        <listitem><para><emphasis>kc, kv</emphasis> -- 128, ADSR 2 and 4 target.</para></listitem>
 
53
      </itemizedlist>
 
54
    </para>
 
55
  </refsect1>
 
56
 
 
57
    <refsect1>
 
58
    <note>
 
59
      <title>Note</title>
 
60
      <para>
 
61
        The code for this opcode is taken directly from the BeeThree class in the Synthesis Toolkit in C++ by Perry R. Cook and Gary P. Scavone. More on the STK classes can be found here:  
 
62
<ulink url="https://ccrma.stanford.edu/software/stk/classes.html"><citetitle>https://ccrma.stanford.edu/software/stk/classes.html</citetitle></ulink>
 
63
</para>
 
64
    </note>
 
65
  </refsect1>
 
66
  
 
67
  <refsect1>
 
68
    <title>Examples</title>
 
69
    <para>
 
70
      Here is an example of the STKBeeThree opcode. It uses the file <ulink url="examples/STKBeeThree.csd"><citetitle>STKBeeThree.csd</citetitle></ulink>, and <ulink url="examples/fwavblnk.aiff"><citetitle>fwavblnk.aiff</citetitle></ulink>.
 
71
     
 
72
      <example>
 
73
        <title>Example of the STKBeeThree opcode.</title>
 
74
        <xi:include href="examples-xml/STKBeeThree.csd.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
 
75
      </example>
 
76
    </para>
 
77
  </refsect1>
 
78
 
 
79
  <refsect1>
 
80
    <title>Credits</title>
 
81
    <para>
 
82
      <simplelist>
 
83
        <member>Author: &namemichael; (after &nameperry;)</member>
 
84
        <member>Irreducible Productions</member>
 
85
        <member>New York, NY</member>
 
86
      </simplelist>
 
87
    </para>
 
88
    <para>New in Csound version 5.11</para>
 
89
  </refsect1>
 
90
</refentry>
 
91
 
 
92