summaryrefslogtreecommitdiff
path: root/manual/xml/mixer_strip_list.xml
blob: ca72916e85fe78de4874475221d085f2a89f21db (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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<?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="mixer-window-strip-list">
  <title> Strip List </title>
  <para>
    The Strip List provides a simple interface to the layout of the mixer
    strips on the mixer. Mixer strips on the mixer have two possible states
    - visible and hidden. Mixer strips can also be placed in any order on
    the mixer. Rearranging the order of the mixer strips has no effect on
    the signal flow of the session. The names of all tracks in your session
    are listed in their current order. Hidden mixer strips are darker in
    colour than visible ones. A single left click on a track name will
    remove the track's mixer strip from the mixer, and changing the colour
    of the item on the strip list. This action has no effect on signal flow.
    Dragging a track name vertically with the left mouse button will
    rearrange the mixer to reflect the order selected when the mouse button
    is released. Clicking the word "Strip" at the top of the strip list will
    open a drop-down list of shortcuts to actions that change the strip list
    (and consequently the state of the mixer).
  </para>

  <variablelist>
    <title>Strip List Context Menu</title>
    <varlistentry>
      <term><guimenuitem>show all</guimenuitem></term>
      <listitem>
        <para>
          sets all hidden mixer strips to the visible state
        </para>
      </listitem>
    </varlistentry>

    <varlistentry>
      <term><guimenuitem>hide all</guimenuitem></term>
      <listitem>
        <para>
          sets all visible mixer strips to the hidden state.
        </para>
      </listitem>
    </varlistentry>

    <varlistentry>
      <term><guimenuitem>show all AudioTrack Mixer Strips</guimenuitem></term>
      <listitem>
        <para>
          sets all hidden mixer strips that are audio tracks to the visible
          state
        </para>
      </listitem>
    </varlistentry>

    <varlistentry>
      <term><guimenuitem>hide all AudioTrack Mixer Strips</guimenuitem></term>
      <listitem>
        <para>
          sets all visible mixer strips that are audio tracks to the hidden
          state.
        </para>
      </listitem>
    </varlistentry>

    <varlistentry>
      <term><guimenuitem>show all AudioBus Mixer Strips</guimenuitem></term>
      <listitem>
        <para>
          sets all hidden mixer strips that are audio buses to the visible
          state
        </para>
      </listitem>
    </varlistentry>

    <varlistentry>
      <term><guimenuitem>hide all AudioBus Mixer Strips</guimenuitem></term>
      <listitem>
        <para>
          sets all visible mixer strips that are audio buses to the hidden
          state.
        </para>
      </listitem>
    </varlistentry>
  </variablelist>

  <para>
    At the bottom right of the strip list, a square box provides a method
    for resizing the pane. Holding down the left mouse button while dragging
    the square vertically will move the lower border of the strip list.
  </para>
<!--
	<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
		href="Some_Subsection.xml" />
	-->
</section>