81 lines
2.4 KiB
HTML
81 lines
2.4 KiB
HTML
---
|
|
layout: default
|
|
title: Mono Panner
|
|
---
|
|
|
|
<p>
|
|
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>
|
|
|
|
<img src="/images/mono-panner-annotated.png" alt="image of the mono panner"/>
|
|
|
|
<p class="note">
|
|
The mono panner looks a quite similar to the
|
|
<a href="/mixing/panning/stereo_panner">stereo panner</a>
|
|
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
|
|
control.
|
|
</p>
|
|
|
|
<h2>Using the mouse</h2>
|
|
|
|
<p>To change the position smoothly, press the right button and drag
|
|
anywhere within the panner. <em>Note: you do not need
|
|
to grab the position indicator in order to drag</em>
|
|
</p>
|
|
|
|
<dl class="faq">
|
|
|
|
<dt>Reset to defaults</dt>
|
|
<dd>Click <kbd class="mod3 mouse">right</kbd></dd>
|
|
|
|
<dt>Change to a "hard left"</dt>
|
|
<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 class="mouse">right</kbd> in the right side
|
|
of the panner</dd>
|
|
|
|
<dt>Set the position to center</dt>
|
|
<dd>Double Click <kbd class="mouse">right</kbd> in the middle of the panner</dd>
|
|
</dl>
|
|
|
|
<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>
|
|
|
|
<dl>
|
|
<dt><kbd>←</kbd> / <kbd class="mod1">←</kbd></dt>
|
|
<dd>move position 1° / 5° to the left</dd>
|
|
<dt><kbd>→</kbd> / <kbd class="mod1">→</kbd></dt>
|
|
<dd>move position 1° / 5° to the right</dd>
|
|
<dt><kbd>0</kbd></dt>
|
|
<dd>reset position to center</dd>
|
|
</dl>
|
|
|
|
<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>
|
|
|
|
<dl>
|
|
<dt><kbd class="mouse">⇑</kbd> or <kbd class="mouse">⇐</kbd></dt>
|
|
<dd>move position to the left by 1°</dd>
|
|
<dt><kbd class="mod1 mouse">⇑</kbd> or <kbd class="mod1 mouse">⇐</kbd></dt>
|
|
<dd>move position to the left by 5°</dd>
|
|
<dt><kbd class="mouse">⇓</kbd> or <kbd class="mouse">⇒</kbd></dt>
|
|
<dd>move position to the right by 1°</dd>
|
|
<dt><kbd class="mod1 mouse">⇓</kbd> or <kbd class="mod1 mouse">⇒</kbd></dt>
|
|
<dd>move position to the right by 5°</dd>
|
|
</dl>
|