summaryrefslogtreecommitdiff
path: root/manual/xml/removing_tracks.xml
blob: 67d3fc69fb9b21037c4487d601fb0638a2803818 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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>