Copy local state in AudioRegionView copy constructor. Fixes #4047.
[ardour2.git] / manual / xml / mixer_strip_list.xml
blob4f1d4c1d9f51f154b23d3cdd85f7260a069b897a
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 ]>
7 <section id="sn-mixer-strip-list">
8   <title> Strip List </title>
9   <para>
10     The Strip List provides a simple interface to the layout of the mixer
11     strips on the mixer. Mixer strips on the mixer have two possible states
12     - visible and hidden. Mixer strips can also be placed in any order on
13     the mixer. Rearranging the order of the mixer strips has no effect on
14     the signal flow of the session. The names of all tracks in your session
15     are listed in their current order. Hidden mixer strips are darker in
16     colour than visible ones. A single left click on a track name will
17     remove the track's mixer strip from the mixer, and changing the colour
18     of the item on the strip list. This action has no effect on signal flow.
19     Dragging a track name vertically with the left mouse button will
20     rearrange the mixer to reflect the order selected when the mouse button
21     is released. Clicking the word "Strip" at the top of the strip list will
22     open a drop-down list of shortcuts to actions that change the strip list
23     (and consequently the state of the mixer).
24   </para>
26   <variablelist>
27     <title>Strip List Context Menu</title>
28     <varlistentry>
29       <term><guimenuitem>show all</guimenuitem></term>
30       <listitem>
31         <para>
32           sets all hidden mixer strips to the visible state
33         </para>
34       </listitem>
35     </varlistentry>
37     <varlistentry>
38       <term><guimenuitem>hide all</guimenuitem></term>
39       <listitem>
40         <para>
41           sets all visible mixer strips to the hidden state.
42         </para>
43       </listitem>
44     </varlistentry>
46     <varlistentry>
47       <term><guimenuitem>show all AudioTrack Mixer Strips</guimenuitem></term>
48       <listitem>
49         <para>
50           sets all hidden mixer strips that are audio tracks to the visible
51           state
52         </para>
53       </listitem>
54     </varlistentry>
56     <varlistentry>
57       <term><guimenuitem>hide all AudioTrack Mixer Strips</guimenuitem></term>
58       <listitem>
59         <para>
60           sets all visible mixer strips that are audio tracks to the hidden
61           state.
62         </para>
63       </listitem>
64     </varlistentry>
66     <varlistentry>
67       <term><guimenuitem>show all AudioBus Mixer Strips</guimenuitem></term>
68       <listitem>
69         <para>
70           sets all hidden mixer strips that are audio buses to the visible
71           state
72         </para>
73       </listitem>
74     </varlistentry>
76     <varlistentry>
77       <term><guimenuitem>hide all AudioBus Mixer Strips</guimenuitem></term>
78       <listitem>
79         <para>
80           sets all visible mixer strips that are audio buses to the hidden
81           state.
82         </para>
83       </listitem>
84     </varlistentry>
85   </variablelist>
87   <para>
88     At the bottom right of the strip list, a square box provides a method
89     for resizing the pane. Holding down the left mouse button while dragging
90     the square vertically will move the lower border of the strip list.
91   </para>
92 <!--
93         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
94                 href="Some_Subsection.xml" />
95         -->
96 </section>