summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2008-07-10 10:20:58 +0000
committerTim Mayberry <mojofunk@gmail.com>2008-07-10 10:20:58 +0000
commit804d5cc588b34aaa2ad0c3e46495da2e86d65409 (patch)
treec2c0502168c3f1ecad77fc06505dd38fdc6b5c74
parent6e9529b76d7126dfb1822e0d453b3fedf9c4f41c (diff)
Add a section on muting tracks
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3554 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--manual/images/mute_options.pngbin0 -> 8523 bytes
-rw-r--r--manual/xml/muting_tracks.xml36
-rw-r--r--manual/xml/tracks_and_busses.xml6
3 files changed, 38 insertions, 4 deletions
diff --git a/manual/images/mute_options.png b/manual/images/mute_options.png
new file mode 100644
index 0000000000..8cf0d729c0
--- /dev/null
+++ b/manual/images/mute_options.png
Binary files differ
diff --git a/manual/xml/muting_tracks.xml b/manual/xml/muting_tracks.xml
new file mode 100644
index 0000000000..b4bb151975
--- /dev/null
+++ b/manual/xml/muting_tracks.xml
@@ -0,0 +1,36 @@
+<?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-muting-tracks">
+ <title>Muting Tracks</title>
+ <indexterm>
+ <primary>Tracks</primary>
+ <secondary>Muting</secondary>
+ </indexterm>
+ <para>
+ A track can be muted by clicking on the <guibutton>m</guibutton> button
+ in the &TRACK_CONTROLS; or the <guibutton>mute</guibutton> button in a
+ tracks &MIXER_STRIP;. Muting a track will silence its output,
+ right-clicking on a mute button will bring up a pop-up menu that will
+ allow you to choose what will be affected by the mute button.
+ </para>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/mute_options.png"/>
+ </imageobject>
+ </mediaobject>
+<!--
+ A more indepth description needed or perhaps a reference to a section i
+ on advanced mixing.
+ -->
+<!--
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="Some_Subsection.xml" />
+ -->
+</section>
diff --git a/manual/xml/tracks_and_busses.xml b/manual/xml/tracks_and_busses.xml
index fb331a2699..f6cb0d4f5f 100644
--- a/manual/xml/tracks_and_busses.xml
+++ b/manual/xml/tracks_and_busses.xml
@@ -11,7 +11,6 @@
most important objects in Ardour. They represent the fundamental way to
playback and record audio, MIDI, and image data.
</para>
-
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="signal_flow.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
@@ -93,10 +92,10 @@
<title>I/O Configuration</title>
<para></para>
</section>
-
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="muting_tracks.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="soloing_tracks.xml" />
-
<section id="track-display-size">
<title>Track Display Size</title>
<para>
@@ -116,7 +115,6 @@
<para></para>
</section>
</section>
-
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="track_edit_groups.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"