fix lack of return value in tell_about_jack_death(), and fixed up indentation for...
[ardour.git] / manual / xml / invert_polarity.xml
1 <?xml version="1.0" standalone="no"?>
2
3 <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4
5 <!ENTITY % BOOK_ENTITIES SYSTEM "./entities.ent">
6 %BOOK_ENTITIES;
7
8 ]>
9
10 <section id="sn-invert-polarity">
11   <title>Inverting the Polarity of a Track</title>
12   <indexterm>
13     <primary>Polarity</primary>
14   </indexterm>
15   <para>
16     The polarity of a track can be inverted in the Mixer Window by clicking
17     on the track name button of a Mixer Strip and choosing
18     <menuchoice><guimenu>Invert Polarity</guimenu></menuchoice>.
19   </para>
20   <mediaobject>
21     <imageobject>
22       <imagedata fileref="images/invert_polarity.png"/>
23     </imageobject>
24   </mediaobject>
25   <para>
26     When the polarity of a track is inverted a <literal>Ø</literal> will
27     appear before the track name in the Mixer Strip.
28   </para>
29   <tip>
30     <para>
31       This could be used to correct the polarity of an input signal due to
32       incorrect wiring or to prevent two signals that are out of phase with
33       respect to each other causing cancellation when mixing.
34     </para>
35   </tip>
36 <!--
37         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
38                 href="Some_Subsection.xml" />
39         -->
40 </section>