Add a section on muting tracks
[ardour.git] / manual / xml / tracks_and_busses.xml
1 <?xml version="1.0" standalone="no"?>
2
3 <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4
5 ]>
6
7 <section id="sn-tracks-and-busses">
8   <title>Tracks and Busses</title>
9   <para>
10     This chapter covers basic management of tracks. Tracks are probably the
11     most important objects in Ardour. They represent the fundamental way to
12     playback and record audio, MIDI, and image data.
13   </para>
14   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
15                 href="signal_flow.xml" />
16   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
17                 href="adding_tracks.xml" />
18   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
19                 href="renaming_tracks.xml" />
20   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
21                 href="removing_tracks.xml" />
22   <section id="hiding-tracks">
23     <title>Hiding Tracks</title>
24     <para>
25       The track list on the left edge of the Editor and Mixer can be used to
26       hide or show specific tracks in either or both of those two windows.
27       To hide a track, click to on the tracks name in the relevant track
28       list. To show a track, click on its name in the track list. Visible
29       tracks have their names shown in cyan, hidden ones in orange.
30     </para>
31
32     <para>
33       You can also hide any track by clicking its hide button
34       (images/hidebutton.ps).
35     </para>
36
37     <para>
38       Hiding a track in the Editor has no effect on its visibility in the
39       Mixer, and vice versa. Hiding a track in one or both windows does not
40       affect the playback of that track's material.
41     </para>
42   </section>
43
44   <section id="track-visibility">
45     <title>Track Visibility</title>
46     <section id="showing-all-tracks">
47       <title>Showing all Tracks</title>
48       <para>
49         Click on the titlebar of the track list of the Editor or Mixer. From
50         the menu that appears, select "Show All"
51       </para>
52     </section>
53
54     <section id="hiding-all-tracks">
55       <title>Hiding all Tracks</title>
56       <para>
57         Click on the titlebar of the track list of the Editor or Mixer. From
58         the menu that appears, select "Hiding All".
59       </para>
60     </section>
61
62     <section id="showing-classes-of-tracks">
63       <title>Showing certain classes of tracks</title>
64       <para>
65         Click on the titlebar of the track list of the Editor or Mixer. From
66         the menu that appears, select "Show All Audio Tracks", or "Show all
67         Busses" as appropriate.
68       </para>
69     </section>
70
71     <section id="hiding-classes-of-tracks">
72       <title>Hiding certain classes of tracks</title>
73       <para>
74         Click on the titlebar of the track list of the Editor or Mixer. From
75         the menu that appears, select "Hide All Audio Tracks", or "Hide all
76         Busses" as appropriate.
77       </para>
78     </section>
79
80     <section id="reordering-tracks">
81       <title>Reordering Tracks</title>
82       <para>
83         Tracks may be reordered by clicking on their name in one of the
84         track lists and dragging it to a new position in the list. Note that
85         the order of tracks in the editor is totally independent of their
86         order in the mixer.
87       </para>
88     </section>
89   </section>
90
91   <section id="io-configuration">
92     <title>I/O Configuration</title>
93     <para></para>
94   </section>
95   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
96                 href="muting_tracks.xml" />
97   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
98                 href="soloing_tracks.xml" />
99   <section id="track-display-size">
100     <title>Track Display Size</title>
101     <para>
102       In the editor window, tracks always extend across the full extent of
103       the track display area, but they can have varying heights. In the
104       mixer window, tracks always from the top to the bottom of the mixer
105       (as strips), but they can have varying widths.
106     </para>
107
108     <section id="changing-editor-track-height">
109       <title>Changing editor track height</title>
110       <para></para>
111     </section>
112
113     <section id="changing-mixer-track-width">
114       <title>Changing mixer track width</title>
115       <para></para>
116     </section>
117   </section>
118   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
119                 href="track_edit_groups.xml" />
120   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
121                 href="track_controls.xml" />
122   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
123                 href="default_track_names.xml" />
124 <!--
125                         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
126                                 href="Some_Subsection.xml" />
127                         -->
128 </section>