13
0
livetrax/manual/xml/track_list.xml
Tim Mayberry ea40da4547 Replace section on the track list and add a subsection on reordering tracks
git-svn-id: svn://localhost/ardour2/trunk@1908 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-05-22 09:57:04 +00:00

88 lines
2.7 KiB
XML

<?xml version="1.0" standalone="no"?>
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % BOOK_ENTITIES SYSTEM "./entities.ent">
%BOOK_ENTITIES;
]>
<section id="sn-track-list">
<title>The Track List</title>
<indexterm>
<primary>Track List</primary>
</indexterm>
<para>
The Track List displays a list of all the tracks in a session and
provides the ability to show or hide tracks aswell as reorder them in
the &TRACK_DISPLAY;.
</para>
<section id="sn-track-list-visibility">
<title>Track Visibility</title>
<indexterm>
<primary>Tracks</primary>
<secondary>Visibility</secondary>
</indexterm>
<para>
The visibility of a track can be modified by clicking on the checkbox
next its name in the track list. If a track is visible then the box
will be checked, if it is unchecked then the track will be hidden and
clicking on the checkbox will make it visible in the &TRACK_DISPLAY;
</para>
<mediaobject>
<imageobject>
<imagedata fileref="images/track_list.png"/>
</imageobject>
</mediaobject>
<para>
To show or hide all tracks or only tracks of a specific type
right-click within the track list to bring up a pop-up menu.
</para>
<note>
<para>
The visibility of a track in the &EDIT_WIN; has no effect on the
visibility of the &MIXER_STRIP; for that track in the &MIX_WIN;
which can be modified from the &MIXER_STRIP_LIST;, also hiding a
track does not affect its playback which can be controlled by either
<link linkend="sn-muting-tracks">muting</link> or
<link linkend="sn-deactivating-tracks">deactivating</link> it.
</para>
</note>
</section>
<section id="sn-track-list-reordering">
<title>Track Order</title>
<indexterm>
<primary>Tracks</primary>
<secondary>Reordering</secondary>
</indexterm>
<para>
Tracks may be reordered in the &TRACK_DISPLAY; by rearranging them in
the Track List. To rearrange the list click on a track name and drag
it up or down to a new position.
</para>
<mediaobject>
<imageobject>
<imagedata fileref="images/track_list_reorder.png"/>
</imageobject>
</mediaobject>
<para>
Pressing the <keycap>ESC</keycap> key while rearranging the Track List
will cancel the move.
</para>
<note>
<para>
The order of tracks in the &EDIT_WIN; is independent of their order
in the &MIX_WIN;.
</para>
</note>
</section>
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
</section>