2013-01-29 19:26:36 -05:00
|
|
|
|
2013-03-22 13:29:43 -04:00
|
|
|
<p>
|
2014-02-03 21:39:11 -05:00
|
|
|
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.
|
2013-03-22 13:29:43 -04:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<h2>Mono Panner User Interface</h2>
|
|
|
|
|
2017-03-21 13:11:11 -04:00
|
|
|
<figure class="left">
|
|
|
|
<img src="/images/mono-panner.png" alt="The mono panner">
|
|
|
|
<figcaption>
|
|
|
|
The mono panner
|
|
|
|
</figcaption>
|
|
|
|
</figure>
|
2013-03-22 13:29:43 -04:00
|
|
|
|
2017-03-21 13:11:11 -04:00
|
|
|
|
|
|
|
<p>
|
|
|
|
The mono panner looks quite similar to the <a href="@@stereo-panner">stereo panner</a>
|
2013-03-22 13:29:43 -04:00
|
|
|
interface. The difference is that the L/R labels in the lower half
|
|
|
|
of the mono panner do not move because there is no "width" to
|
2014-02-02 18:46:24 -05:00
|
|
|
control.
|
2013-03-22 13:29:43 -04:00
|
|
|
</p>
|
2017-03-21 13:11:11 -04:00
|
|
|
<p>
|
|
|
|
On the adjacent picture, the panner is centered, as shown by the central
|
|
|
|
position of the slider, called <dfn>position indicator</dfn>.
|
|
|
|
</p>
|
2013-03-22 13:29:43 -04:00
|
|
|
|
|
|
|
<h2>Using the mouse</h2>
|
|
|
|
|
|
|
|
<p>To change the position smoothly, press the right button and drag
|
2018-03-28 08:19:23 -04:00
|
|
|
anywhere within the panner. <em>Note: grabbing the position indicator is not
|
|
|
|
needed in order to drag.</em>
|
2013-03-22 13:29:43 -04:00
|
|
|
</p>
|
|
|
|
|
2017-03-14 12:43:24 -04:00
|
|
|
<table class="dl">
|
2013-03-22 13:29:43 -04:00
|
|
|
|
2017-03-14 12:43:24 -04:00
|
|
|
<tr><th>Reset to defaults</th>
|
|
|
|
<td>Click <kbd class="mod3 mouse">right</kbd></td></tr>
|
2013-03-22 13:29:43 -04:00
|
|
|
|
2017-03-14 12:43:24 -04:00
|
|
|
<tr><th>Change to a "hard left"</th>
|
|
|
|
<td>Double click <kbd class="mouse">right</kbd> in the left side
|
|
|
|
of the panner</td></tr>
|
2013-03-22 13:29:43 -04:00
|
|
|
|
2017-03-14 12:43:24 -04:00
|
|
|
<tr><th>Change to a "hard right"</th>
|
|
|
|
<td>Double click <kbd class="mouse">right</kbd> in the right side
|
|
|
|
of the panner</td></tr>
|
2013-03-22 13:29:43 -04:00
|
|
|
|
2017-03-14 12:43:24 -04:00
|
|
|
<tr><th>Set the position to center</th>
|
|
|
|
<td>Double Click <kbd class="mouse">right</kbd> in the middle of the panner</td></tr>
|
|
|
|
</table>
|
2013-03-22 13:29:43 -04:00
|
|
|
|
|
|
|
<h2>Keyboard bindings</h2>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
When the pointer is within a mono panner user interface, the following
|
|
|
|
keybindings are available to operate on that panner:
|
|
|
|
</p>
|
|
|
|
|
2017-03-14 12:43:24 -04:00
|
|
|
<table class="dl">
|
|
|
|
<tr><th><kbd>←</kbd> / <kbd class="mod1">←</kbd></th>
|
|
|
|
<td>move position 1° / 5° to the left</td></tr>
|
|
|
|
<tr><th><kbd>→</kbd> / <kbd class="mod1">→</kbd></th>
|
|
|
|
<td>move position 1° / 5° to the right</td></tr>
|
|
|
|
<tr><th><kbd>0</kbd></th>
|
|
|
|
<td>reset position to center</td></tr>
|
|
|
|
</table>
|
2013-03-22 13:29:43 -04:00
|
|
|
|
|
|
|
<h2>Using the scroll wheel/touch scroll</h2>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
When the pointer is within a mono panner user interface, the scroll
|
|
|
|
wheel may be used as follows:
|
|
|
|
</p>
|
|
|
|
|
2017-03-14 12:43:24 -04:00
|
|
|
<table class="dl">
|
|
|
|
<tr><th><kbd class="mouse">⇑</kbd> or <kbd class="mouse">⇐</kbd></th>
|
|
|
|
<td>move position to the left by 1°</td></tr>
|
|
|
|
<tr><th><kbd class="mod1 mouse">⇑</kbd> or <kbd class="mod1 mouse">⇐</kbd></th>
|
|
|
|
<td>move position to the left by 5°</td></tr>
|
|
|
|
<tr><th><kbd class="mouse">⇓</kbd> or <kbd class="mouse">⇒</kbd></th>
|
|
|
|
<td>move position to the right by 1°</td></tr>
|
|
|
|
<tr><th><kbd class="mod1 mouse">⇓</kbd> or <kbd class="mod1 mouse">⇒</kbd></th>
|
|
|
|
<td>move position to the right by 5°</td></tr>
|
|
|
|
</table>
|