~ubuntu-branches/ubuntu/oneiric/tuxguitar/oneiric

« back to all changes in this revision

Viewing changes to TuxGuitar/share/help/html/tools_sound.html

  • Committer: Bazaar Package Importer
  • Author(s): Philippe Coval
  • Date: 2008-06-19 00:30:30 UTC
  • mfrom: (1.1.1 upstream) (2.1.3 hardy)
  • Revision ID: james.westby@ubuntu.com-20080619003030-agens2gvd5m4dacu
New upstream release (Closes: #481728) also (LP: #176979, #212207)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<head>
 
3
  <link rel="stylesheet" href="styles.css" type="text/css">
 
4
</head>
 
5
<body>
 
6
 
 
7
 
 
8
<h1><a name="sound_in_tuxguitar" id="sound_in_tuxguitar">Sound in TuxGuitar</a></h1>
 
9
 
 
10
<ul class="toc">
 
11
<li class="level1"><div class="li"><span class="li"><a href="#sound_in_tuxguitar" class="toc">Sound in TuxGuitar</a></span></div>
 
12
<ul class="toc">
 
13
<li class="level2"><div class="li"><span class="li"><a href="#java_sound" class="toc">Java Sound</a></span></div></li>
 
14
<li class="level2"><div class="li"><span class="li"><a href="#platform-dependant_plugins" class="toc">Platform-dependant plugins</a></span></div></li>
 
15
<li class="level2"><div class="li"><span class="li"><a href="#sequencer" class="toc">Sequencer</a></span></div></li></ul>
 
16
</li></ul>
 
17
 
 
18
 
 
19
 
 
20
<div class="level1">
 
21
 
 
22
<p>
 
23
 First to mention, TuxGuitar is written in Java programming language. There is dedicated layer in Java for MIDI sound, which uses &ldquo;soundbanks&rdquo;. In TuxGuitar prior to version 1.0, using the soundbanks was the only way to play the sound, and it was totally independent of your system MIDI settings.
 
24
</p>
 
25
 
 
26
<p>
 
27
Since the version 1.0 there are some plugins that enable connection between TuxGuitar and the system MIDI devices. You need the plugin depending on your operating system and audio properties: 
 
28
</p>
 
29
<ul>
 
30
<li class="level2"><div class="li"> Linux (ALSA) - TuxGuitar-alsa</div>
 
31
</li>
 
32
<li class="level2"><div class="li"> Linux (OSS) - TuxGuitar-OSS</div>
 
33
</li>
 
34
<li class="level2"><div class="li"> MacOS - TuxGuitar-CoreAudio</div>
 
35
</li>
 
36
<li class="level2"><div class="li"> Microsoft Windows - <em>integrated in the application</em></div>
 
37
</li>
 
38
</ul>
 
39
 
 
40
<p>
 
41
 These plugins are included in your distribution package, so there is no need to download them manually. Just be shure that plugins stay enabled in the <a href="tools_plugins.html"> plugins dialog</a>.
 
42
</p>
 
43
 
 
44
</div>
 
45
 
 
46
<h3><a name="java_sound" id="java_sound">Java Sound</a></h3>
 
47
<div class="level3">
 
48
 
 
49
<p>
 
50
 Java Sound plugin, relying on the soundbanks, is still available in the form of the &ldquo;Java Sound Api plugin&rdquo;. You can adjust and change the soundbank with <strong>Configure</strong> button in the <a href="tools_plugins.html"> plugins dialog</a>.<!-- If you get error using soundbanks, check out the <a href="unavailable_soundbank.html">Unavailable Soundbank Error</a>.-->
 
51
</p>
 
52
 
 
53
<p>
 
54
If the plugin is enabled, in the Sound tab of the Tools&rarr;Settings dialog you can choose &ldquo;Java Sound Synthesizer&rdquo; in the <strong>Midi Port</strong> list. That enables sound output using Java soundbanks.
 
55
</p>
 
56
 
 
57
</div>
 
58
 
 
59
<h3><a name="platform-dependant_plugins" id="platform-dependant_plugins">Platform-dependant plugins</a></h3>
 
60
<div class="level3">
 
61
 
 
62
<p>
 
63
If you have TuxGuitar-alsa, TuxGuitar-OSS, TuxGuitar-CoreAudio plugin enabled or if you are running TuxGuitar on the Windows platform TuxGuitar detects your system MIDI ports (devices).
 
64
</p>
 
65
 
 
66
<p>
 
67
So it depends of your system settings, but anyway, if the proper plugin is enabled and working you should see system ports in the <strong>Midi Port</strong> list in the Sound tab of the Tools&rarr;Settings dialog. Choosing the right one enables your native MIDI sound in TuxGuitar.
 
68
</p>
 
69
 
 
70
<p>
 
71
If you experience problems using your native MIDI output, consult the help of the plugin you are using.
 
72
</p>
 
73
 
 
74
</div>
 
75
 
 
76
<h3><a name="sequencer" id="sequencer">Sequencer</a></h3>
 
77
<div class="level3">
 
78
 
 
79
<p>
 
80
 Beside MIDI Port sound options in the Tools&rarr;Settings&rarr;Sound tab is also <strong>MIDI Sequencer</strong> options. In general, you should use <strong>&ldquo;Real Time Sequencer&rdquo;</strong> because it&rsquo;s faster, but it needs Java Sound plugin to be enabled, which means it requires Sun Java to be installed. In case you use some other JVM, your only choice is <strong>&ldquo;TuxGuitar Sequencer&rdquo;</strong>. Don&rsquo;t worry, it is not as bad as it sounds. :)
 
81
</p>
 
82
 
 
83
</div>
 
84
<br><br>
 
85
</body>
 
86
</html>
 
 
b'\\ No newline at end of file'