summaryrefslogtreecommitdiff
path: root/manual/xml/editor_window_track_list.xml
blob: 9ede6fa82e8ec622edfa0f9972f33a9af86cdf3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
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>