]> Shamusworld >> Repos - ardour-manual/blob - _manual/17_mixing/02_panning/02_mono_panner.html
mono panner text (and image)
[ardour-manual] / _manual / 17_mixing / 02_panning / 02_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 <div class="well">
17 <p>
18   The mono panner looks a quite similar to the
19   <a href="/mixing/panning/stereo_panner">stereo panner</a>
20   interface. The difference is that the L/R labels in the lower half
21   of the mono panner do not move because there is no "width" to
22   control
23 </p>
24 </div>
25
26 <h2>Using the mouse</h2>
27
28 <p>To change the position smoothly, press the right button and drag
29   anywhere within the panner. <em>Note: you do not need
30   to grab the position indicator in order to drag</em>
31 </p>
32
33 <dl class="faq">
34
35 <dt>Reset to defaults</dt>
36 <dd>Click <key class="mod3">right button</key></dd>
37
38 <dt>Change to a "hard left"</dt>
39 <dd>Double click <key>right button</key> in the left side
40   of the panner</dd>
41
42 <dt>Change to a "hard right"</dt>
43 <dd>Double click <key>right button</key> in the right side
44   of the panner</dd>
45
46 <dt>Set the position to center</dt>
47 <dd>Double Click <key>right button</key> in the middle of the panner</dd>
48 </dl>
49
50 <h2>Keyboard bindings</h2>
51
52 <p>
53 When the pointer is within a mono panner user interface, the following
54 keybindings are available to operate on that panner:
55 </p>
56
57 <dl>
58   <dt><key>&larr;</key> / <key class="mod1">&larr;</key></dt>
59   <dd>move position 1&deg; / 5&deg; to the left</dd>
60   <dt><key>&rarr;</key> / <key class="mod1">&rarr;</key></dt>
61   <dd>move position 1&deg / 5&deg; to the right</dd>
62   <dt><key>0</key></dt>
63   <dd>reset position to center</dd>
64 </dl>
65
66 <h2>Using the scroll wheel/touch scroll</h2>
67
68 <p>
69 When the pointer is within a mono panner user interface, the scroll
70 wheel may be used as follows:
71 </p>
72
73 <dl>
74 <dt>up or left / <key class="mod1">up</key> or <key class="mod1">left</key></dt>
75 <dd>move position to the left by 1&deg; / 5&deg;</dd>
76
77 <dt>down or right / <key class="mod1">down</key> or <key class="mod1">right</key></dt>
78 <dd>move position to the right by 1&deg; / 5&deg;</dd>
79 </dl>