Copy local state in AudioRegionView copy constructor. Fixes #4047.
[ardour2.git] / manual / xml / removing_tracks.xml
blob056fdab77d059f1b8e52f732296116cf570c1a5b
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-removing-tracks">
11   <title>Removing Tracks</title>
12   <indexterm>
13     <primary>Tracks</primary>
14     <secondary>Removing</secondary>
15   </indexterm>
16   <para>
17     A track can be removed from within the &MIX_WIN; by right-clicking in
18     the empty space in the &TRACK_CONTROLS; to bring up the track context
19     menu and choosing <guimenuitem>Remove</guimenuitem>.
20   </para>
21   <mediaobject>
22     <imageobject>
23       <imagedata fileref="images/remove_track_editor_window.png"/>
24     </imageobject>
25   </mediaobject>
26   <para>
27     Alternatively a track can also be removed from within the &MIX_WIN; by
28     clicking on the track name button and choosing
29     <guimenuitem>Remove</guimenuitem>.
30   </para>
32   <warning>
33     <para>
34       Removing a track is a permanent operation that cannot be undone. If
35       there are no other tracks using the &PLAYLIST; that is in use by the
36       track being removed then the playlist will also be removed from the
37       session and will no longer be accessible.
38     </para>
39   </warning>
40 <!--
41         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
42                 href="Some_Subsection.xml" />
43         -->
44 </section>