Copy local state in AudioRegionView copy constructor. Fixes #4047.
[ardour2.git] / manual / xml / track_list.xml
blobad369a05b3a4ea3ee09d75f187f3debd2c609bff
1 <?xml version="1.0" standalone="no"?>
3 <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
5 <!ENTITY % BOOK_ENTITIES SYSTEM "./entities.ent">
6 %BOOK_ENTITIES;
8 ]>
10 <section id="sn-track-list">
11   <title>The Track List</title>
12   <indexterm>
13     <primary>Track List</primary>
14   </indexterm>
15   <para>
16     The Track List displays a list of all the tracks in a session and
17     provides the ability to show or hide tracks aswell as reorder them in
18     the &TRACK_DISPLAY;.
19   </para>
21   <section id="sn-track-list-visibility">
22     <title>Track Visibility</title>
23     <indexterm>
24       <primary>Tracks</primary>
25       <secondary>Visibility</secondary>
26     </indexterm>
27     <para>
28       The visibility of a track can be modified by clicking on the checkbox
29       next its name in the track list. If a track is visible then the box
30       will be checked, if it is unchecked then the track will be hidden and
31       clicking on the checkbox will make it visible in the &TRACK_DISPLAY;
32     </para>
33     <mediaobject>
34       <imageobject>
35         <imagedata fileref="images/track_list.png"/>
36       </imageobject>
37     </mediaobject>
38     <para>
39       To show or hide all tracks or only tracks of a specific type
40       right-click within the track list to bring up a pop-up menu.
41     </para>
43     <note>
44       <para>
45         The visibility of a track in the &EDIT_WIN; has no effect on the
46         visibility of the &MIXER_STRIP; for that track in the &MIX_WIN;
47         which can be modified from the &MIXER_STRIP_LIST;, also hiding a
48         track does not affect its playback which can be controlled by either
49         <link linkend="sn-muting-tracks">muting</link> or
50         <link linkend="sn-deactivating-tracks">deactivating</link> it.
51       </para>
52     </note>
53   </section>
55   <section id="sn-track-list-reordering">
56     <title>Track Order</title>
57     <indexterm>
58       <primary>Tracks</primary>
59       <secondary>Reordering</secondary>
60     </indexterm>
61     <para>
62       Tracks may be reordered in the &TRACK_DISPLAY; by rearranging them in
63       the Track List. To rearrange the list click on a track name and drag
64       it up or down to a new position.
65     </para>
66     <mediaobject>
67       <imageobject>
68         <imagedata fileref="images/track_list_reorder.png"/>
69       </imageobject>
70     </mediaobject>
71     <para>
72       Pressing the <keycap>ESC</keycap> key while rearranging the Track List
73       will cancel the move.
74     </para>
76     <note>
77       <para>
78         The order of tracks in the &EDIT_WIN; is independent of their order
79         in the &MIX_WIN;.
80       </para>
81     </note>
82   </section>
83 <!--
84         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
85                 href="Some_Subsection.xml" />
86         -->
87 </section>