13
0
livetrax/manual/xml/removing_tracks.xml
Tim Mayberry d811eb184f Add note to muting tracks about still reading from the playlist
Add empty glossary entry for DSP referenced by note

Add entity for playlist


git-svn-id: svn://localhost/ardour2/trunk@1904 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-05-22 09:56:01 +00:00

45 lines
1.3 KiB
XML

<?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 &MIX_WIN; by right-clicking in
the empty space in the &TRACK_CONTROLS; 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 &MIX_WIN; by
clicking on the track name button and choosing
<guimenuitem>Remove</guimenuitem>.
</para>
<warning>
<para>
Removing a track is a permanent operation that cannot be undone. If
there are no other tracks using the &PLAYLIST; 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>
</warning>
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
</section>