Add a section on deactivating tracks

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3556 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Tim Mayberry 2008-07-10 10:21:06 +00:00
parent ad37499be9
commit f97a091b13
3 changed files with 45 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -0,0 +1,43 @@
<?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" [
<!ENTITY % BOOK_ENTITIES SYSTEM "./entities.ent">
%BOOK_ENTITIES;
]>
<section id="sn-deactivating-tracks">
<title>Deactivating Tracks</title>
<indexterm>
<primary>Tracks</primary>
<secondary>Deactivating</secondary>
</indexterm>
<para>
A track can be deactivated from the track context menu which is accessed
by clicking on the empty space in the &TRACK_CONTROLS; and choosing the
<guimenuitem>Active</guimenuitem> menu item. A track can also be made
inactive from the track name button in a &MIXER_STRIP;.
</para>
<mediaobject>
<imageobject>
<imagedata fileref="images/inactive_track.png"/>
</imageobject>
<caption>
<para>
The &TRACK_CONTROLS; and &MIXER_STRIP; of inactive tracks have a
different background color to differenciate them from active tracks.
</para>
</caption>
</mediaobject>
<para>
Deactivating a track will silence it and reduce the amount of system
resources required to operate the session. An inactive Audio Track will
not read audio data from disk, unlike when a track is
<link linkend="sn-muting-tracks">muted</link>.
</para>
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
</section>

View File

@ -96,6 +96,8 @@
href="muting_tracks.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="soloing_tracks.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="deactivating_tracks.xml" />
<section id="track-display-size">
<title>Track Display Size</title>
<para>