~ubuntu-branches/ubuntu/saucy/solfege/saucy

« back to all changes in this revision

Viewing changes to help/et/rhythm-module.html

  • Committer: Bazaar Package Importer
  • Author(s): Tom Cato Amundsen
  • Date: 2010-03-28 06:34:28 UTC
  • mfrom: (1.1.10 upstream) (2.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100328063428-wg2bqvoce2aq4xfb
Tags: 3.15.9-1
* New upstream release.
* Redo packaging. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>The rhythm module</title><link rel="stylesheet" href="../style.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.75.1"><link rel="home" href="index.html" title="GNU Solfege 3.15.9 Käsiraamat"><link rel="up" href="extending-solfege.html" title="Peatükk 4. Extending GNU Solfege"><link rel="prev" href="nameinterval-module.html" title="The nameinterval module"><link rel="next" href="rhythmtapping-module.html" title="The rhythmtapping module"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">The <code class="literal">rhythm</code> module</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="nameinterval-module.html">Eelmine</a> </td><th width="60%" align="center">Peatükk 4. Extending GNU Solfege</th><td width="20%" align="right"> <a accesskey="n" href="rhythmtapping-module.html">Järgmine</a></td></tr></table><hr></div><div class="sect1" title="The rhythm module"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="rhythm-module"></a>The <code class="literal">rhythm</code> module</h2></div></div></div><p>A simple rhythm exercise. Solfege will randomly generate rhythm patterns
 
2
that the user should recreate by clicking on buttons.</p><p>Here is a minimal lesson file:</p><pre class="programlisting">
 
3
header {
 
4
  <a class="xref" href="lesson-files.html#lf-module">module</a> = rhythm
 
5
  <a class="xref" href="lesson-files.html#lf-lesson_id">lesson_id</a> = "7a4910be-de17-4ce3-9d15-78d48ccf945e"
 
6
  <a class="xref" href="lesson-files.html#lf-version">version</a> = "3.1.4"
 
7
  <a class="xref" href="lesson-files.html#lf-title">title</a> = "Easy rhythms"
 
8
  <a class="xref" href="lesson-files.html#lf-rhythm_elements">rhythm_elements</a> = 1, 2, 3, 4
 
9
}
 
10
</pre><div class="variablelist"><dl><dt><span class="term"><code class="literal"><a name="lf-visible_rhythm_elements"></a>visible_rhythm_elements</code></span></dt><dd><p>Define this variable if you want more rhythm elements that the one to
 
11
    be asked for. This variable must include both the rhythm elements defined
 
12
    in <code class="literal">rhythm_elements</code> and the extra elements.
 
13
    Example:</p><pre class="programlisting">rhythm_elements = 0, 1, 2, 3, 4, 5, 6</pre></dd><dt><span class="term"><code class="literal"><a name="lf-countin_perc"></a>countin_perc</code></span></dt><dd><p>
 
14
    An integer value between 35 and 81, representing the percussion instrument
 
15
    used to give you the beat before the question. The default value is 80.
 
16
    Example:
 
17
    </p><pre class="programlisting">countin_perc = 35</pre><pre class="programlisting">35 Acoustic Bass Drum 51 Ride Cymbal 1   67 High Agoga
 
18
36 Bass Drum          52 Chinece Cymbal  68 Agogo Low
 
19
37 Side Stick         53 Ride Bell       69 Cabasa
 
20
38 Acoustic Snare     54 Tambourine      70 Maracas
 
21
39 Hand Clap          55 Splash Cymbal   71 Short Whistle
 
22
40 Electric Snare     56 Cowbell         72 Long Whistle
 
23
41 Low Floor Tom      57 Crash cymbal 2  73 Short Guiro
 
24
42 Closed Hi Hat      58 Vibraslap       74 Long Guiro
 
25
43 High Floor Tom     59 Ride Cymbal 2   75 Claves
 
26
44 Pedal Hi Hat       60 Hi Bongo        76 Hi Wood Block
 
27
45 Low Tom            61 Low Bongo       77 Low Wood Block
 
28
46 Open HiHat         62 Mute Hi Conga   78 Mute Cuica
 
29
47 Low-Mid Tom        63 Open High Conga 79 Open Cuica
 
30
48 Hi-Mid Tom         64 Low Conga       80 Mute Triangle
 
31
49 Crash Cymbal 1     65 High Timbale    81 Open Triangle
 
32
50 High Tom           66 Low Timbale</pre><p>Modules: <code class="literal">rhythm</code></p></dd><dt><span class="term"><code class="literal"><a name="lf_rhythm_perc"></a>rhythm_perc</code></span></dt><dd><p>Same as <a class="xref" href="rhythm-module.html#lf-countin_perc">countin_perc</a>,
 
33
    but setting the instrument used to play the question. The default value is
 
34
    37.</p><p>Modules: <code class="literal">rhythm</code></p></dd><dt><span class="term"><code class="literal"><a name="lf-count_in"></a>count_in</code></span></dt><dd><p>The number of beats as count in. The default value is 2.</p><p>Modules: <code class="literal">rhythm</code></p></dd><dt><span class="term"><code class="literal"><a name="lf-bpm"></a>bpm</code></span></dt><dd><p>The tempo, in beats per minute. The default value is 60.</p><p>Modules: <code class="literal">rhythm</code></p></dd><dt><span class="term"><code class="literal"><a name="lf-num_beats"></a>num_beats</code></span></dt><dd><p>The number of elements the question is made of. The default
 
35
    value is 4.</p><p>Modules: <code class="literal">rhythm</code></p></dd></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="nameinterval-module.html">Eelmine</a> </td><td width="20%" align="center"><a accesskey="u" href="extending-solfege.html">Üles</a></td><td width="40%" align="right"> <a accesskey="n" href="rhythmtapping-module.html">Järgmine</a></td></tr><tr><td width="40%" align="left" valign="top">The <code class="literal">nameinterval</code> module </td><td width="20%" align="center"><a accesskey="h" href="index.html">Koju</a></td><td width="40%" align="right" valign="top"> The <code class="literal">rhythmtapping</code> module</td></tr></table></div></body></html>