merged with 1697 revision of trunk (which is post-rc1 but pre-rc2
[ardour.git] / manual / xml / editor_window_track_list.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="editor-window-track-list">
8   <title>Track List</title>
9   <para>
10     To the left of the track area is the track list, which lists all tracks
11     and busses in the session. Tracks/Busses that are visible have their
12     names displayed in cyan, while hidden ones have their names displayed in
13     orange.
14   </para>
15
16   <para>
17     Click on the name of a track/bus to toggle its visibility in the editor.
18     Click and drag the name to reorder the track display area.
19   </para>
20
21   <para>
22     You can click on the title bar of the track list to display a menu that
23     allows you to:
24   </para>
25
26   <itemizedlist>
27     <listitem>
28       <para>
29         Hide all
30       </para>
31     </listitem>
32
33     <listitem>
34       <para>
35         Show all
36       </para>
37     </listitem>
38
39     <listitem>
40       <para>
41         Hide all tracks
42       </para>
43     </listitem>
44
45     <listitem>
46       <para>
47         Show all tracks
48       </para>
49     </listitem>
50
51     <listitem>
52       <para>
53         Hide all busses
54       </para>
55     </listitem>
56
57     <listitem>
58       <para>
59         Show all busses
60       </para>
61     </listitem>
62   </itemizedlist>
63 <!--
64         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
65                 href="Some_Subsection.xml" />
66         -->
67 </section>