]> Shamusworld >> Repos - ardour-manual/blob - include/mono-panner.html
d2da02b3d27e6fff0725a46951ce4b6a5e02ba92
[ardour-manual] / 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="@@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 <table class="dl">
28
29 <tr><th>Reset to defaults</th>
30 <td>Click <kbd class="mod3 mouse">right</kbd></td></tr>
31
32 <tr><th>Change to a "hard left"</th>
33 <td>Double click <kbd class="mouse">right</kbd> in the left side
34   of the panner</td></tr>
35
36 <tr><th>Change to a "hard right"</th>
37 <td>Double click <kbd class="mouse">right</kbd> in the right side
38   of the panner</td></tr>
39
40 <tr><th>Set the position to center</th>
41 <td>Double Click <kbd class="mouse">right</kbd> in the middle of the panner</td></tr>
42 </table>
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 <table class="dl">
52   <tr><th><kbd>&larr;</kbd> / <kbd class="mod1">&larr;</kbd></th>
53   <td>move position 1&deg; / 5&deg; to the left</td></tr>
54   <tr><th><kbd>&rarr;</kbd> / <kbd class="mod1">&rarr;</kbd></th>
55   <td>move position 1&deg; / 5&deg; to the right</td></tr>
56   <tr><th><kbd>0</kbd></th>
57   <td>reset position to center</td></tr>
58 </table>
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 <table class="dl">
68   <tr><th><kbd class="mouse">&uArr;</kbd> or <kbd class="mouse">&lArr;</kbd></th>
69   <td>move position to the left by 1&deg;</td></tr>
70   <tr><th><kbd class="mod1 mouse">&uArr;</kbd> or <kbd class="mod1 mouse">&lArr;</kbd></th>
71   <td>move position to the left by 5&deg;</td></tr>
72   <tr><th><kbd class="mouse">&dArr;</kbd> or <kbd class="mouse">&rArr;</kbd></th>
73   <td>move position to the right by 1&deg;</td></tr>
74   <tr><th><kbd class="mod1 mouse">&dArr;</kbd> or <kbd class="mod1 mouse">&rArr;</kbd></th>
75   <td>move position to the right by 5&deg;</td></tr>
76 </table>
77