manual/_manual/17_mixing/02_panning/01_mono_panner.html

78 lines
2.1 KiB
HTML
Raw Normal View History

2013-01-29 19:26:36 -05:00
---
layout: default
2013-03-22 07:48:16 -04:00
title: Mono Panner
2013-01-29 19:26:36 -05:00
---
2013-03-22 13:29:43 -04:00
<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%).
</p>
<h2>Mono Panner User Interface</h2>
<img src="/images/mono-panner-annotated.png" alt="image of the mono panner"/>
<p class="note">
2013-03-22 13:29:43 -04:00
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.
2013-03-22 13:29:43 -04:00
</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">right button</kbd></dd>
2013-03-22 13:29:43 -04:00
<dt>Change to a "hard left"</dt>
<dd>Double click <kbd>right button</kbd> in the left side
2013-03-22 13:29:43 -04:00
of the panner</dd>
<dt>Change to a "hard right"</dt>
<dd>Double click <kbd>right button</kbd> in the right side
2013-03-22 13:29:43 -04:00
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>
2013-03-22 13:29:43 -04:00
</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>&larr;</kbd> / <kbd class="mod1">&larr;</kbd></dt>
2013-03-22 13:29:43 -04:00
<dd>move position 1&deg; / 5&deg; to the left</dd>
<dt><kbd>&rarr;</kbd> / <kbd class="mod1">&rarr;</kbd></dt>
<dd>move position 1&deg; / 5&deg; to the right</dd>
<dt><kbd>0</kbd></dt>
2013-03-22 13:29:43 -04:00
<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>up or left / <kbd class="mod1">up</kbd> or <kbd class="mod1">left</kbd></dt>
2013-03-22 13:29:43 -04:00
<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>
2013-03-22 13:29:43 -04:00
<dd>move position to the right by 1&deg; / 5&deg;</dd>
</dl>