Update documentation on removing a track and move it to a separate file.
[ardour.git] / manual / xml / removing_tracks.xml
1 <?xml version="1.0" standalone="no"?>
2
3 <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4
5 <!ENTITY % BOOK_ENTITIES SYSTEM "./entities.ent">
6 %BOOK_ENTITIES;
7
8 ]>
9
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
18     <link linkend="sn-editor-window">Editor Window</link> by right-clicking
19     in the empty space in the <link linkend="track-controls">Track
20     Controls</link> to bring up the track context menu and choosing
21     <guimenuitem>Remove</guimenuitem>.
22   </para>
23   <mediaobject>
24     <imageobject>
25       <imagedata fileref="images/remove_track_editor_window.png"/>
26     </imageobject>
27   </mediaobject>
28   <para>
29     Alternatively a track can also be removed from within the
30     <link linkend="sn-mixer-window">Mixer Window</link> by clicking on the
31     track name button and choosing <guimenuitem>Remove</guimenuitem>.
32   </para>
33
34   <note>
35     <para>
36       Removing a track is a permanent operation that cannot be undone. If
37       there are no other tracks using the
38       <glossterm linkend="gt-playlist">playlist</glossterm> that is in use
39       by the track being removed then the playlist will also be removed from
40       the session and will no longer be accessible.
41     </para>
42   </note>
43 <!--
44         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
45                 href="Some_Subsection.xml" />
46         -->
47 </section>