]> Shamusworld >> Repos - ardour-manual/blobdiff - _manual/17_mixing/02_panning/01_mono_panner.html
update markup in panner chapter.
[ardour-manual] / _manual / 17_mixing / 02_panning / 01_mono_panner.html
index f5df157bb0156de20b3ac353b5eddb2ae8590a66..1fe1ccf218b0323b018ad7c553fb7bc37e86a894 100644 (file)
@@ -4,9 +4,9 @@ title: Mono Panner
 ---                        
 
 <p>
-The default mono panner distributes 1 input to 2 outputs. Its
-behaviour is controlled by one parameter, called position. The
-default setting is "center" (L=50%, R=50%).
+The default <dfn>mono panner</dfn> distributes 1 input to 2 outputs. Its
+behaviour is controlled by a single parameter, the <dfn>position</dfn>. By
+default, the panner is centered.
 </p>
 
 <h2>Mono Panner User Interface</h2>
@@ -31,18 +31,18 @@ default setting is "center" (L=50%, R=50%).
 <dl class="faq">
 
 <dt>Reset to defaults</dt>
-<dd>Click <kbd class="mod3">right button</kbd></dd>
+<dd>Click <kbd class="mod3 mouse">right</kbd></dd>
 
 <dt>Change to a "hard left"</dt>
-<dd>Double click <kbd>right button</kbd> in the left side
+<dd>Double click <kbd class="mouse">right</kbd> in the left side
   of the panner</dd>
 
 <dt>Change to a "hard right"</dt>
-<dd>Double click <kbd>right button</kbd> in the right side
+<dd>Double click <kbd class="mouse">right</kbd> in the right side
   of the panner</dd>
 
 <dt>Set the position to center</dt>
-<dd>Double Click <kbd>right button</kbd> in the middle of the panner</dd>
+<dd>Double Click <kbd class="mouse">right</kbd> in the middle of the panner</dd>
 </dl>
 
 <h2>Keyboard bindings</h2>
@@ -69,9 +69,12 @@ wheel may be used as follows:
 </p>
 
 <dl>
-<dt>up or left / <kbd class="mod1">up</kbd> or <kbd class="mod1">left</kbd></dt>
-<dd>move position to the left by 1&deg; / 5&deg;</dd>
-
-<dt>down or right / <kbd class="mod1">down</kbd> or <kbd class="mod1">right</kbd></dt>
-<dd>move position to the right by 1&deg; / 5&deg;</dd>
+  <dt><kbd class="mouse">&uArr;</kbd> or <kbd class="mouse">&lArr;</kbd></dt>
+  <dd>move position to the left by 1&deg;</dd>
+  <dt><kbd class="mod1 mouse">&uArr;</kbd> or <kbd class="mod1 mouse">&lArr;</kbd></dt>
+  <dd>move position to the left by 5&deg;</dd>
+  <dt><kbd class="mouse">&dArr;</kbd> or <kbd class="mouse">&rArr;</kbd></dt>
+  <dd>move position to the right by 1&deg;</dd>
+  <dt><kbd class="mod1 mouse">&dArr;</kbd> or <kbd class="mod1 mouse">&rArr;</kbd></dt>
+  <dd>move position to the right by 5&deg;</dd>
 </dl>