Copy local state in AudioRegionView copy constructor. Fixes #4047.
[ardour2.git] / manual / xml / deactivating_tracks.xml
blobe1d12aca9d881c80165d88adf1c8203d62613aa1
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-deactivating-tracks">
11   <title>Deactivating Tracks</title>
12   <indexterm>
13     <primary>Tracks</primary>
14     <secondary>Deactivating</secondary>
15   </indexterm>
16   <para>
17     A track can be deactivated from the track context menu which is accessed
18     by clicking on the empty space in the &TRACK_CONTROLS; and choosing the
19     <guimenuitem>Active</guimenuitem> menu item. A track can also be made
20     inactive from the track name button in a &MIXER_STRIP;.
21   </para>
22   <mediaobject>
23     <imageobject>
24       <imagedata fileref="images/inactive_track.png"/>
25     </imageobject>
26     <caption>
27       <para>
28         The &TRACK_CONTROLS; and &MIXER_STRIP; of inactive tracks have a
29         different background color to differentiate them from active tracks.
30       </para>
31     </caption>
32   </mediaobject>
33   <para>
34     Deactivating a track will silence it and reduce the amount of system
35     resources required to operate the session. An inactive Audio Track will
36     not read audio data from disk, unlike when a track is
37     <link linkend="sn-muting-tracks">muted</link>.
38   </para>
39 <!--
40         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
41                 href="Some_Subsection.xml" />
42         -->
43 </section>