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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Philippe Coval
  • Date: 2008-06-19 00:30:30 UTC
  • mto: (5.1.2 sid)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20080619003030-h719szrhsngou7c6
Tags: upstream-1.0
ImportĀ upstreamĀ versionĀ 1.0

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
<h1>Editing a whole song</h1>
 
8
 
 
9
<ul class="toc">
 
10
<li class="level1"><div class="li"><span class="li"><a href="#editing_a_whole_song" class="toc">Editing a whole song</a></span></div>
 
11
<ul>
 
12
<li class="level2"><div class="li"><span class="li"><a href="#managing_the_tracks" class="toc">Managing the tracks</a></span></div></li>
 
13
<li class="level2"><div class="li"><span class="li"><a href="#mixer_dialog" class="toc">Mixer dialog</a></span></div></li>
 
14
<li class="level2"><div class="li"><span class="li"><a href="#composition_properties" class="toc">Composition properties</a></span></div></li>
 
15
</ul>
 
16
</li>
 
17
</ul>
 
18
 
 
19
<div class="level1">
 
20
 
 
21
<p>
 
22
 Song is consisted out of tracks, so when you are editing a song most of the time you edit the tracks, one by one, which is explained in the <a href="editing_track.html">Editing a track</a> section. But there are some options that affect the song as a whole.
 
23
</p>
 
24
 
 
25
</div>
 
26
 
 
27
<h2><a name="managing_the_tracks" id="managing_the_tracks">Managing the tracks</a></h2>
 
28
<div class="level2">
 
29
 
 
30
<p>
 
31
 <img src="../images/start/tb_add_track.png"/>
 
32
</p>
 
33
 
 
34
<p>
 
35
Each song consists out of one or more tracks. In any moment you can add or remove track, create new one by copying contents of the selected one (clone track). If you want to add a percussion track, you have to check the <strong>Percussion Track</strong> box in the Track Properties.
 
36
</p>
 
37
 
 
38
<p>
 
39
All the tracks are displayed in the instrument list, located on the bottom of the application window. You can rearrange the order of the instruments on that list by choosing <strong>Track/Move Up-Down</strong> from the main menu. If you double-click on the instrument name on the list, <strong>Track properties</strong> dialog will appear, where you can modify instrument, track name, colour and tunning.
 
40
</p>
 
41
 
 
42
</div>
 
43
<!--
 
44
<h2><a name="choosing_the_channels" id="choosing_the_channels">Choosing the channels:</a></h2>
 
45
<div class="level2">
 
46
 
 
47
<p>
 
48
<img src="../images/edit/sed_instrument_list.jpg" title="" alt="" width="620" height="144" />
 
49
</p>
 
50
 
 
51
<p>
 
52
There are some numbers in combo boxes on the instrument list - those are channels for the instrument.
 
53
</p>
 
54
 
 
55
<p>
 
56
To understand the way of distributing channels properly, you have to know something about MIDI specification.
 
57
</p>
 
58
 
 
59
<p>
 
60
MIDI uses channels to play music - each <strong>channel has currently assigned instrument (voice)</strong>. There are 16 different channels (marked 0..15) - channel 9 is reserved for drums and percussion.
 
61
</p>
 
62
 
 
63
<p>
 
64
For example, to be able to play a <a href="edit_effects.html#dead_note">dead note</a> and a tone in the same time, TuxGuitar has to occupy two channels for a track, because dead note is one instrument (voice) and guitar tone is another instrument. So every track has its <strong>Channel</strong> (marked green on the picture above), but also needs the <strong>Effect channel</strong> (marked orange on the picture above). Because there are only 16 channels it leads you to conclusion that you cannot have more than 7 instruments (tracks) and a percussion in TuxGuitar. That is not true.
 
65
</p>
 
66
 
 
67
<p>
 
68
It means that as long as you don&rsquo;t have more than 7 instruments and a percussion, you don&rsquo;t have to worry about distributing MIDI channels - TuxGuitar distributes the channels in order. But if you have more tracks you have to be careful. By overlapping MIDI channels you can achieve MIDI reproduction without any problems, but you have to understand the problem.
 
69
</p>
 
70
 
 
71
</div>
 
72
 
 
73
<h5><a name="effect_channel" id="effect_channel">Effect channel</a></h5>
 
74
<div class="level5">
 
75
 
 
76
<p>
 
77
 <strong>Effect channel</strong> is used in certain occasions. One ocasion is when <strong>two different voices</strong> are played in the same time in the same track. In TuxGuitar that can happen if you play dead note or harmonic in the same time with an ordinary instrument tone. 
 
78
</p>
 
79
 
 
80
<p>
 
81
The other occasion effect channel is used is when you apply some <strong>pitch effect</strong> (like bend, slide, vibrato or tremolo bar) on <em class="u"><strong>some of the notes</strong></em> played in the same time in same track/channel. The reason for this is because by MIDI specification effect can be applied only on channel, not on note. So TuxGuitar automatically moves note to Effect channel and apply pitch effect on him. That is also the reason why you cannot apply slide and bend effect in the exact same time in TuxGuitar (but also on real guitar :).
 
82
</p>
 
83
 
 
84
</div>
 
85
 
 
86
<h4><a name="how_to_overlap_channels" id="how_to_overlap_channels">How to overlap channels?</a></h4>
 
87
<div class="level4">
 
88
 
 
89
<p>
 
90
 The safest way is to overlap channels of two tracks that are never played in the same time. The only problem is that <strong>mixer settings</strong> (volume, pan and solo/mute) would have the same value for both the instruments (tracks).
 
91
</p>
 
92
 
 
93
<p>
 
94
You can also try to assign the same channel for channel (CH) and effects channel (EC) if you don&rsquo;t use effects like dead note, harmonics in the same time with an ordinary instrument note, or you don&rsquo;t need to apply &ldquo;pitch&rdquo; effect on only some notes played in the same time with notes without pitch effect. If you do use effects but set the same CH and EC, dead note and harmonics probably wouldn&rsquo;t be heard, and pitch effects would apply on all the notes in the same time.
 
95
</p>
 
96
 
 
97
</div>
 
98
-->
 
99
<h2><a name="mixer_dialog" id="mixer_dialog">Mixer dialog:</a></h2>
 
100
<div class="level2">
 
101
 
 
102
<p>
 
103
<img src="../images/edit/sed_mixer_dialog.png" title="" alt="" />
 
104
</p>
 
105
 
 
106
<p>
 
107
Mixer dialog can be accessed by choosing <em>Layout/Show mixer</em> from the main menu, or by clicking on the icon in the toolbar (in the middle on the picture below).
 
108
</p>
 
109
 
 
110
<p>
 
111
<img src="../images/start/tb_view.png" width="91" height="27" /></a>
 
112
</p>
 
113
 
 
114
<p>
 
115
The most insteresting feature of the Mixer dialog is adjusting <strong>volume</strong> for each track (to be more precise: for each MIDI channel). 
 
116
</p>
 
117
 
 
118
<p>
 
119
You can also set <strong>pan</strong> for each track - balance between left and right speaker.
 
120
</p>
 
121
 
 
122
<p>
 
123
In Mixer dialog you can choose to <strong>Mute</strong> (turn off) a specific instrument, and also to play only single instrument by choosing <strong>Solo</strong>.
 
124
</p>
 
125
 
 
126
<p>
 
127
<strong>Metronome</strong> is also placed in Mixer dialog. By clicking on the button you enable and disable it - it is played with each beat determined by denominator in song&rsquo;s <a href="editing_track.html#before_you_start_with_notes">time signature</a> (e.g. metronome will go in every 1/8 for 7/8 key signature).
 
128
</p>
 
129
 
 
130
<p>
 
131
<em>Changing volume or instrument in the middle of a song is still unsupported by TuxGuitar, but it most probably will in some later versions.</em>
 
132
</p>
 
133
 
 
134
<h4 name="choosing_the_channels" id="choosing_the_channels">Choosing the channels:</h4>
 
135
 
 
136
<div class="level2">
 
137
 
 
138
<p>
 
139
There are some numbers in combo boxes on the mixer dialog - those are channels for the track.
 
140
</p>
 
141
 
 
142
<p>
 
143
To understand the way of distributing channels properly, you have to know something about MIDI specification.
 
144
</p>
 
145
 
 
146
<p>
 
147
MIDI uses channels to play music - each <strong>channel has currently assigned instrument (voice)</strong>. There are 16 different channels (marked 0..15) - channel 9 is reserved for drums and percussion.
 
148
</p>
 
149
 
 
150
<p>
 
151
For example, to be able to play a <a href="edit_effects.html#dead_note">dead note</a> and a tone in the same time, TuxGuitar has to occupy two channels for a track, because dead note is one instrument (voice) and guitar tone is another instrument. So every track has its <strong>Channel</strong> (marked green on the picture above), but also needs the <strong>Effect channel</strong> (marked orange on the picture above). Because there are only 16 channels it leads you to conclusion that you cannot have more than 7 instruments (tracks) and a percussion in TuxGuitar. That is not true.
 
152
</p>
 
153
 
 
154
<p>
 
155
It means that as long as you don&rsquo;t have more than 7 instruments and a percussion, you don&rsquo;t have to worry about distributing MIDI channels - TuxGuitar distributes the channels in order. But if you have more tracks you have to be careful. By overlapping MIDI channels you can achieve MIDI reproduction without any problems, but you have to understand the problem.
 
156
</p>
 
157
 
 
158
</div>
 
159
 
 
160
<h5 name="effect_channel" id="effect_channel">Effect channel</h5>
 
161
<div class="level4">
 
162
 
 
163
<p>
 
164
 <strong>Effect channel</strong> is used in certain occasions. One ocasion is when <strong>two different voices</strong> are played in the same time in the same track. In TuxGuitar that can happen if you play dead note or harmonic in the same time with an ordinary instrument tone. 
 
165
</p>
 
166
 
 
167
<p>
 
168
The other occasion effect channel is used is when you apply some <strong>pitch effect</strong> (like bend, slide, vibrato or tremolo bar) on <em class="u"><strong>some of the notes</strong></em> played in the same time in same track/channel. The reason for this is because by MIDI specification effect can be applied only on channel, not on note. So TuxGuitar automatically moves note to Effect channel and apply pitch effect on him. That is also the reason why you cannot apply slide and bend effect in the exact same time in TuxGuitar (but also on real guitar :).
 
169
</p>
 
170
 
 
171
</div>
 
172
 
 
173
<h5 name="how_to_overlap_channels" id="how_to_overlap_channels">How to overlap channels?</h5>
 
174
<div class="level4">
 
175
 
 
176
<p>
 
177
 The safest way is to overlap channels of two tracks that are never played in the same time. The only problem is that <strong>mixer settings</strong> (volume, pan and solo/mute) would have the same value for both the instruments (tracks).
 
178
</p>
 
179
 
 
180
<p>
 
181
You can also try to assign the same channel for channel (CH) and effects channel (EC) if you don&rsquo;t use effects like dead note, harmonics in the same time with an ordinary instrument note, or you don&rsquo;t need to apply &ldquo;pitch&rdquo; effect on only some notes played in the same time with notes without pitch effect. If you do use effects but set the same CH and EC, dead note and harmonics probably wouldn&rsquo;t be heard, and pitch effects would apply on all the notes in the same time.
 
182
</p>
 
183
 
 
184
</div>
 
185
 
 
186
</div>
 
187
 
 
188
<h2><a name="composition_properties" id="composition_properties">Composition properties:</a></h2>
 
189
<div class="level2">
 
190
 
 
191
<p>
 
192
 You don&rsquo;t want your transcription to be distributed in cyberspace without any credits. :)
 
193
</p>
 
194
 
 
195
<p>
 
196
By selecting <em>Composition/Properties</em> from the main menu or clicking on appropriate icon you invoke dialog that containst information about the current song.
 
197
</p>
 
198
 
 
199
<p>
 
200
<img src="../images/start/tb_properties.png" class="media" title="" alt="" width="28" height="26" />
 
201
</p>
 
202
 
 
203
<p>
 
204
Every song should have name, author and transcriber set, both for archiving and printing purpose. Read <a href="start_toolbars.html#song_properties">more details</a>.
 
205
</p>
 
206
</div>
 
207
<br><br>
 
208
</body>
 
209
</html>
 
 
b'\\ No newline at end of file'