13
0

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
This commit is contained in:
Tim Mayberry 2007-05-22 09:51:37 +00:00
parent 539217ce90
commit 0c45849344
3 changed files with 49 additions and 23 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -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>

View File

@ -20,29 +20,8 @@
href="adding_tracks.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="renaming_tracks.xml" />
<section id="deleting-tracks">
<title>Deleting Tracks</title>
<para>
Deleting a track is permanent operation that cannot be undone.
However, since the audio, MIDI, automation and other data associated
with the track will remain as part of the session, and the actual
playlist(s) that were in use by the track are still available. for use
by other tracks. As a result, although inadvertently deleting a track
is inconvenient, it doesn't result in any significant loss of
information.
</para>
<section id="deleting-a-track">
<title>deleting a track</title>
<para>
Click on the name of the track you want to delete. From the menu
that appears, select <guimenuitem>Remove</guimenuitem>. A
confirmation dialog will appear to ensure that you really meant to
remove the track.
</para>
</section>
</section>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="removing_tracks.xml" />
<section id="hiding-tracks">
<title>Hiding Tracks</title>
<para>