Update section on inverting the polarity of a track.
authorTim Mayberry <mojofunk@gmail.com>
Thu, 10 Jul 2008 10:15:18 +0000 (10:15 +0000)
committerTim Mayberry <mojofunk@gmail.com>
Thu, 10 Jul 2008 10:15:18 +0000 (10:15 +0000)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3537 d708f5d6-7413-0410-9779-e7cbd77b26cf

manual/images/invert_polarity.png [new file with mode: 0644]
manual/xml/invert_polarity.xml [new file with mode: 0644]
manual/xml/mixer_strips.xml

diff --git a/manual/images/invert_polarity.png b/manual/images/invert_polarity.png
new file mode 100644 (file)
index 0000000..a8f43f4
Binary files /dev/null and b/manual/images/invert_polarity.png differ
diff --git a/manual/xml/invert_polarity.xml b/manual/xml/invert_polarity.xml
new file mode 100644 (file)
index 0000000..fa844ce
--- /dev/null
@@ -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-invert-polarity">
+  <title>Inverting the Polarity of a Track</title>
+  <para>
+    The polarity of a track can be inverted in the Mixer Window by clicking
+    on the track name button of a Mixer Strip and choosing
+    <menuchoice><guimenu>Invert Polarity</guimenu></menuchoice>.
+  </para>
+  <mediaobject>
+    <imageobject>
+      <imagedata fileref="images/invert_polarity.png"/>
+    </imageobject>
+  </mediaobject>
+  <para>
+    When the polarity of a track is inverted a <literal>Ø</literal> will
+    appear before the track name in the Mixer Strip.
+  </para>
+
+  <para>
+    This could be used to correct the polarity of an input signal due to
+    incorrect wiring or to prevent two signals that are out of phase with
+    respect to each other resulting in cancellation when mixing.
+  </para>
+<!--
+       <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
+               href="Some_Subsection.xml" />
+       -->
+</section>
index b381ced49ada032c15425d3c55db3f4552877d3e..a9028bad48a4f6cbd6d4877490378de7329e561a 100644 (file)
       leaving the number of ports untouched.
     </para>
   </section>
-
-  <section id="mixer-strip-polarity-button">
-    <title>Polarity Button</title>
-    <para>
-      The polarity button, when pressed, inverts the phase of the signal as
-      it leaves the track and enters the mixer strip. it has no effect on
-      the signal being recorded to disk. It has no effect on the timing of
-      the signal, either.
-    </para>
-  </section>
-
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
+         href="invert_polarity.xml" />
   <section id="mixer-strip-solo-button">
     <title>Solo Button</title>
     <para>