]> Shamusworld >> Repos - ardour-manual/blob - _manual/18_mixing/02_panning/01_mono_panner.html
tweak control playback text
[ardour-manual] / _manual / 18_mixing / 02_panning / 01_mono_panner.html
1 ---
2 layout: default
3 title: Mono Panner
4 ---                        
5
6 <p>
7 The default <dfn>mono panner</dfn> distributes 1 input to 2 outputs. Its
8 behaviour is controlled by a single parameter, the <dfn>position</dfn>. By
9 default, the panner is centered.
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 mouse">right</kbd></dd>
35
36 <dt>Change to a "hard left"</dt>
37 <dd>Double click <kbd class="mouse">right</kbd> in the left side
38   of the panner</dd>
39
40 <dt>Change to a "hard right"</dt>
41 <dd>Double click <kbd class="mouse">right</kbd> in the right side
42   of the panner</dd>
43
44 <dt>Set the position to center</dt>
45 <dd>Double Click <kbd class="mouse">right</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><kbd class="mouse">&uArr;</kbd> or <kbd class="mouse">&lArr;</kbd></dt>
73   <dd>move position to the left by 1&deg;</dd>
74   <dt><kbd class="mod1 mouse">&uArr;</kbd> or <kbd class="mod1 mouse">&lArr;</kbd></dt>
75   <dd>move position to the left by 5&deg;</dd>
76   <dt><kbd class="mouse">&dArr;</kbd> or <kbd class="mouse">&rArr;</kbd></dt>
77   <dd>move position to the right by 1&deg;</dd>
78   <dt><kbd class="mod1 mouse">&dArr;</kbd> or <kbd class="mod1 mouse">&rArr;</kbd></dt>
79   <dd>move position to the right by 5&deg;</dd>
80 </dl>