mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 01:17:42 +01:00
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3545 d708f5d6-7413-0410-9779-e7cbd77b26cf
47 lines
1.5 KiB
XML
47 lines
1.5 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
|
|
<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>
|