13
0
livetrax/manual/xml/mixer_strip_list.xml
Tim Mayberry 56e384349b Add the ardour manual converted to docbook format with only a few minor
additions.

Add dbhelper.vim key stroke mappings I use for working with docbook source.

There are no xsl or css files for customizing the html output so it will 
look really boring...this will only be temporary.

Support for content localization and generation of pdf's is planned.



git-svn-id: svn://localhost/ardour2/trunk@1405 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-02 04:29:55 +00:00

92 lines
2.9 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" [
]>
<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>