File: start_first_steps.html

package info (click to toggle)
tuxguitar 1.2-25
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 10,560 kB
  • sloc: java: 75,206; xml: 2,213; ansic: 1,186; makefile: 932; cpp: 424; sh: 124
file content (108 lines) | stat: -rw-r--r-- 4,580 bytes parent folder | download | duplicates (6)
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
101
102
103
104
105
106
107
108
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	</head>
<body>

<h1>The First Steps</h1>

<h2>Creating a new file:</h2>

<p>
 The first thing you need to do is make sure you have a brand new file to work on. 
 When you launch TuxGuitar, you should already have a blank tablature document ready for editing. However, 
 if you need to start over with another blank document, all you have to do is click the &ldquo;New&rdquo; button (highlighted in red below).
</p>

<p>
 <img src="images/start/fs_new_file.png" />
</p>

<p>
 Wow. That was easy. Now that we have blank document, we just need to set up our first track. Then the real fun can begin.
</p>
<h2>Preparing your first track for playback:</h2>

<p>
 At the bottom of the screen, you should see a track list window that will look like the one below. 
</p>

<p>
 <img src="images/start/fs_song_table.png" />
</p>

<p>
 The track list is a very useful yet compact information center which provides quick access to many of the most important aspects of your song. 
 There is a lot to be said about the track list, but we will not dig too deep into it right now, lest we should confuse newcomers. So for now, 
 let it suffice to say that the track window will help us stay organized while we edit our tablature.
</p>

<p>
As you have probably noticed, there is already one track ready for you when you start a new tab document. You can just think of tracks as instruments. If you have a song with two guitars and one bassline that need transcribing, you will need three tracks. Fairly simple concept. It gets better though: as long as you have a soundbank installed for your Java Virtual Machine, each track will play back a sound when you play the file in TuxGuitar. Now, let&rsquo;s get into setting this up, because as you can see, our first track wants to play back piano sounds, and we&rsquo;re certainly not using TuxGuitar for piano.
</p>

<p>
So: double-click anywhere on &ldquo;Track 1&rdquo; or &ldquo;Piano&rdquo; to open the track properties dialog, as seen below.
</p>

<h2>Using The Track Properties Dialog:</h2>

<p>
 <img src="images/start/fs_track_properties.png" />
</p>

<p>
The Properties dialog is where we will go to setup how we want each track to playback. There are three main sections in the Properties box, 
and they are laid out as follows (red boxes added for clarity):
</p>

<h3>#1: Name of the track:</h3>

<p>
Whatever you type in the box here is what will show up in the track list we looked at earlier. As you can see, 
we have named our track &ldquo;Rhythm Guitar,&rdquo; but you can name it anything you like. 
You can also set the color the track will display in the track list.
</p>


<h3>#2: Instrument (i.e.-the sound the track will play back):</h3>


<p>
This is the sound that your track will play back from your jvm soundbank. Most soundbanks have a plethora of sounds which go far beyond just guitars, 
so be as creative as you want. Don&rsquo;t expect the sound quality to be too superb, though. In most cases, 
these sounds will be less than &ldquo;realistic&rdquo;. This is really only for referencing purposes. 
(It is possible to have this trigger other, possibly better sounds via the tuxguitar-alsa plugin, 
but that is a lesson for another day, and perhaps another author.) 
</p>

<p>
You can also check &ldquo;Percussion Track&rdquo; to have it play drum sounds if you wish to include them in the tabs.
</p>

<p>
<em>
*A side note on the instrument settings section: If you are not able to change this setting, 
you probably have a soundbank problem. This issue has been covered in the TuxGuitar forums as well as in the main documentation, 
so check there for help.
</em>
</p>

<h3>#3: Tuning:</h3>


<p>
This one is pretty self-explanatory. You can set the number of strings for your instrument (i.e. 4 if you&rsquo;re a bass player, 
3 if you&rsquo;re in The Presidents of The United States of America) and the tuning of the instrument, in case you use alternate tunings. 
It is important to make sure you have your tuning correct, or else the actual score staff of your tabs will be inaccurate, and nobody wants that.
</p>

<p>
Once you have everything set to your liking, click OK. Now, if you look at your track list again, 
you will see that your changes have taken affect. And with that, you are ready to start editing tabs with sound.
</p>
<br/>
<br/>
</body>
</html>