Copy local state in AudioRegionView copy constructor. Fixes #4047.
[ardour2.git] / manual / xml / muting_tracks.xml
blob627e7daadc9cba867dcad579d1cc4eb9fddabd53
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 <!ENTITY % BOOK_ENTITIES SYSTEM "./entities.ent">
6 %BOOK_ENTITIES;
8 ]>
10 <section id="sn-muting-tracks">
11   <title>Muting Tracks</title>
12   <indexterm>
13     <primary>Tracks</primary>
14     <secondary>Muting</secondary>
15   </indexterm>
16   <para>
17     A track can be muted by clicking on the <guibutton>m</guibutton> button
18     in the &TRACK_CONTROLS; or the <guibutton>mute</guibutton> button in a
19     tracks &MIXER_STRIP;. Muting a track will silence its output,
20     right-clicking on a mute button will bring up a pop-up menu that will
21     allow you to choose what will be affected when muting.
22   </para>
23   <mediaobject>
24     <imageobject>
25       <imagedata fileref="images/mute_options.png"/>
26     </imageobject>
27   </mediaobject>
28   <note>
29     <para>
30       Muting an Audio Track may slightly reduce the amount of
31       <glossterm linkend="gt-dsp">DSP</glossterm> resources required for the
32       session but the audio data referenced by the tracks &PLAYLIST; will
33       still be read from disk.
34     </para>
35   </note>
36 <!-- 
37   A more indepth description needed or perhaps a reference to a section i
38   on advanced mixing.
39   -->
40 <!--
41         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
42                 href="Some_Subsection.xml" />
43         -->
44 </section>