summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2007-05-22 09:55:32 +0000
committerTim Mayberry <mojofunk@gmail.com>2007-05-22 09:55:32 +0000
commit58eb723ed30153287c6cb770a4683a31639b7480 (patch)
tree7c7505556007fcc7e02e3b4b34596f6c1d4d766e /manual
parentf656e53b63e2842fb3b1e0cdd9d601eb3a4ac300 (diff)
Add a section on muting tracks
git-svn-id: svn://localhost/ardour2/trunk@1903 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'manual')
-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"