summaryrefslogtreecommitdiff
path: root/manual/xml/editor_window_track_list.xml
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-03-18 06:07:08 +0000
committerDavid Robillard <d@drobilla.net>2007-03-18 06:07:08 +0000
commit99904735e066804358f1d0bd138a84f1e9ecda91 (patch)
tree71a924cf1660b5b00231275bd481bbd27094dd9b /manual/xml/editor_window_track_list.xml
parenteb270e70a12c410cdd98585ad25bb6d8e384a4f5 (diff)
Merged with trunk R1612.
git-svn-id: svn://localhost/ardour2/branches/midi@1614 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'manual/xml/editor_window_track_list.xml')
-rw-r--r--manual/xml/editor_window_track_list.xml67
1 files changed, 67 insertions, 0 deletions
diff --git a/manual/xml/editor_window_track_list.xml b/manual/xml/editor_window_track_list.xml
new file mode 100644
index 0000000000..9ede6fa82e
--- /dev/null
+++ b/manual/xml/editor_window_track_list.xml
@@ -0,0 +1,67 @@
+<?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" [
+
+]>
+
+<section id="editor-window-track-list">
+ <title>Track List</title>
+ <para>
+ To the left of the track area is the track list, which lists all tracks
+ and busses in the session. Tracks/Busses that are visible have their
+ names displayed in cyan, while hidden ones have their names displayed in
+ orange.
+ </para>
+
+ <para>
+ Click on the name of a track/bus to toggle its visibility in the editor.
+ Click and drag the name to reorder the track display area.
+ </para>
+
+ <para>
+ You can click on the title bar of the track list to display a menu that
+ allows you to:
+ </para>
+
+ <itemizedlist>
+ <listitem>
+ <para>
+ Hide all
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Show all
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Hide all tracks
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Show all tracks
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Hide all busses
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Show all busses
+ </para>
+ </listitem>
+ </itemizedlist>
+<!--
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="Some_Subsection.xml" />
+ -->
+</section>