13
0
livetrax/manual/xml/muting_tracks.xml
Tim Mayberry d811eb184f Add note to muting tracks about still reading from the playlist
Add empty glossary entry for DSP referenced by note

Add entity for playlist


git-svn-id: svn://localhost/ardour2/trunk@1904 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-05-22 09:56:01 +00:00

45 lines
1.4 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" [
<!ENTITY % BOOK_ENTITIES SYSTEM "./entities.ent">
%BOOK_ENTITIES;
]>
<section id="sn-muting-tracks">
<title>Muting Tracks</title>
<indexterm>
<primary>Tracks</primary>
<secondary>Muting</secondary>
</indexterm>
<para>
A track can be muted by clicking on the <guibutton>m</guibutton> button
in the &TRACK_CONTROLS; or the <guibutton>mute</guibutton> button in a
tracks &MIXER_STRIP;. Muting a track will silence its output,
right-clicking on a mute button will bring up a pop-up menu that will
allow you to choose what will be affected when muting.
</para>
<mediaobject>
<imageobject>
<imagedata fileref="images/mute_options.png"/>
</imageobject>
</mediaobject>
<note>
<para>
Muting an Audio Track may slightly reduce the amount of
<glossterm linkend="gt-dsp">DSP</glossterm> resources required for the
session but the audio data referenced by the tracks &PLAYLIST; will
still be read from disk.
</para>
</note>
<!--
A more indepth description needed or perhaps a reference to a section i
on advanced mixing.
-->
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
</section>