summaryrefslogtreecommitdiff
path: root/manual/xml/removing_tracks.xml
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2007-05-22 09:51:37 +0000
committerTim Mayberry <mojofunk@gmail.com>2007-05-22 09:51:37 +0000
commit0c45849344216a047b4c8dcbdcc8e5a9106aeb9f (patch)
tree8cafb90722dc99b8fc188ef392d42e99e0d656e1 /manual/xml/removing_tracks.xml
parent539217ce90cc768b0f3403ac6d6ef82542ec68a3 (diff)
Update documentation on removing a track and move it to a separate file.
git-svn-id: svn://localhost/ardour2/trunk@1894 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'manual/xml/removing_tracks.xml')
-rw-r--r--manual/xml/removing_tracks.xml47
1 files changed, 47 insertions, 0 deletions
diff --git a/manual/xml/removing_tracks.xml b/manual/xml/removing_tracks.xml
new file mode 100644
index 0000000000..67d3fc69fb
--- /dev/null
+++ b/manual/xml/removing_tracks.xml
@@ -0,0 +1,47 @@
+<?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-removing-tracks">
+ <title>Removing Tracks</title>
+ <indexterm>
+ <primary>Tracks</primary>
+ <secondary>Removing</secondary>
+ </indexterm>
+ <para>
+ A track can be removed from within the
+ <link linkend="sn-editor-window">Editor Window</link> by right-clicking
+ in the empty space in the <link linkend="track-controls">Track
+ Controls</link> to bring up the track context menu and choosing
+ <guimenuitem>Remove</guimenuitem>.
+ </para>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/remove_track_editor_window.png"/>
+ </imageobject>
+ </mediaobject>
+ <para>
+ Alternatively a track can also be removed from within the
+ <link linkend="sn-mixer-window">Mixer Window</link> by clicking on the
+ track name button and choosing <guimenuitem>Remove</guimenuitem>.
+ </para>
+
+ <note>
+ <para>
+ Removing a track is a permanent operation that cannot be undone. If
+ there are no other tracks using the
+ <glossterm linkend="gt-playlist">playlist</glossterm> that is in use
+ by the track being removed then the playlist will also be removed from
+ the session and will no longer be accessible.
+ </para>
+ </note>
+<!--
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="Some_Subsection.xml" />
+ -->
+</section>