]> Shamusworld >> Repos - ardour-manual/blob - include/mono-panner.html
Ruler/markers rewrite part 7 of N
[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 <figure class="left">
11     <img src="/images/mono-panner.png" alt="The mono panner">
12     <figcaption>
13       The mono panner
14     </figcaption>
15 </figure>
16
17
18 <p>
19   The mono panner looks quite similar to the <a href="@@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 <p>
25   On the adjacent picture, the panner is centered, as shown by the central
26   position of the slider, called <dfn>position indicator</dfn>.
27 </p>
28
29 <h2>Using the mouse</h2>
30
31 <p>To change the position smoothly, press the right button and drag
32   anywhere within the panner. <em>Note: grabbing the position indicator is not
33   needed in order to drag.</em>
34 </p>
35
36 <table class="dl">
37
38 <tr><th>Reset to defaults</th>
39 <td>Click <kbd class="mod3 mouse">right</kbd></td></tr>
40
41 <tr><th>Change to a "hard left"</th>
42 <td>Double click <kbd class="mouse">right</kbd> in the left side
43   of the panner</td></tr>
44
45 <tr><th>Change to a "hard right"</th>
46 <td>Double click <kbd class="mouse">right</kbd> in the right side
47   of the panner</td></tr>
48
49 <tr><th>Set the position to center</th>
50 <td>Double Click <kbd class="mouse">right</kbd> in the middle of the panner</td></tr>
51 </table>
52
53 <h2>Keyboard bindings</h2>
54
55 <p>
56 When the pointer is within a mono panner user interface, the following
57 keybindings are available to operate on that panner:
58 </p>
59
60 <table class="dl">
61   <tr><th><kbd>&larr;</kbd> / <kbd class="mod1">&larr;</kbd></th>
62   <td>move position 1&deg; / 5&deg; to the left</td></tr>
63   <tr><th><kbd>&rarr;</kbd> / <kbd class="mod1">&rarr;</kbd></th>
64   <td>move position 1&deg; / 5&deg; to the right</td></tr>
65   <tr><th><kbd>0</kbd></th>
66   <td>reset position to center</td></tr>
67 </table>
68
69 <h2>Using the scroll wheel/touch scroll</h2>
70
71 <p>
72 When the pointer is within a mono panner user interface, the scroll
73 wheel may be used as follows:
74 </p>
75
76 <table class="dl">
77   <tr><th><kbd class="mouse">&uArr;</kbd> or <kbd class="mouse">&lArr;</kbd></th>
78   <td>move position to the left by 1&deg;</td></tr>
79   <tr><th><kbd class="mod1 mouse">&uArr;</kbd> or <kbd class="mod1 mouse">&lArr;</kbd></th>
80   <td>move position to the left by 5&deg;</td></tr>
81   <tr><th><kbd class="mouse">&dArr;</kbd> or <kbd class="mouse">&rArr;</kbd></th>
82   <td>move position to the right by 1&deg;</td></tr>
83   <tr><th><kbd class="mod1 mouse">&dArr;</kbd> or <kbd class="mod1 mouse">&rArr;</kbd></th>
84   <td>move position to the right by 5&deg;</td></tr>
85 </table>