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