]> Shamusworld >> Repos - ardour-manual/blob - _manual/17_mixing/02_panning/01_mono_panner.html
try to fix build error on production jekyll (works here with jekyll 2.0
[ardour-manual] / _manual / 17_mixing / 02_panning / 01_mono_panner.html
1 ---
2 layout: default
3 title: Mono Panner
4 ---                        
5
6 <p>
7 The default mono panner distributes 1 input to 2 outputs. Its
8 behaviour is controlled by one parameter, called position. The
9 default setting is "center" (L=50%, R=50%).
10 </p>
11
12 <h2>Mono Panner User Interface</h2>
13
14 <img src="/images/mono-panner-annotated.png" alt="image of the mono panner"/>
15
16 <p class="note">
17   The mono panner looks a quite similar to the
18   <a href="/mixing/panning/stereo_panner">stereo panner</a>
19   interface. The difference is that the L/R labels in the lower half
20   of the mono panner do not move because there is no "width" to
21   control.
22 </p>
23
24 <h2>Using the mouse</h2>
25
26 <p>To change the position smoothly, press the right button and drag
27   anywhere within the panner. <em>Note: you do not need
28   to grab the position indicator in order to drag</em>
29 </p>
30
31 <dl class="faq">
32
33 <dt>Reset to defaults</dt>
34 <dd>Click <kbd class="mod3">right button</kbd></dd>
35
36 <dt>Change to a "hard left"</dt>
37 <dd>Double click <kbd>right button</kbd> in the left side
38   of the panner</dd>
39
40 <dt>Change to a "hard right"</dt>
41 <dd>Double click <kbd>right button</kbd> in the right side
42   of the panner</dd>
43
44 <dt>Set the position to center</dt>
45 <dd>Double Click <kbd>right button</kbd> in the middle of the panner</dd>
46 </dl>
47
48 <h2>Keyboard bindings</h2>
49
50 <p>
51 When the pointer is within a mono panner user interface, the following
52 keybindings are available to operate on that panner:
53 </p>
54
55 <dl>
56   <dt><kbd>&larr;</kbd> / <kbd class="mod1">&larr;</kbd></dt>
57   <dd>move position 1&deg; / 5&deg; to the left</dd>
58   <dt><kbd>&rarr;</kbd> / <kbd class="mod1">&rarr;</kbd></dt>
59   <dd>move position 1&deg; / 5&deg; to the right</dd>
60   <dt><kbd>0</kbd></dt>
61   <dd>reset position to center</dd>
62 </dl>
63
64 <h2>Using the scroll wheel/touch scroll</h2>
65
66 <p>
67 When the pointer is within a mono panner user interface, the scroll
68 wheel may be used as follows:
69 </p>
70
71 <dl>
72 <dt>up or left / <kbd class="mod1">up</kbd> or <kbd class="mod1">left</kbd></dt>
73 <dd>move position to the left by 1&deg; / 5&deg;</dd>
74
75 <dt>down or right / <kbd class="mod1">down</kbd> or <kbd class="mod1">right</kbd></dt>
76 <dd>move position to the right by 1&deg; / 5&deg;</dd>
77 </dl>