]> Shamusworld >> Repos - ardour-manual/blob - _manual/17_mixing/02_panning/01_stereo_panner.html~
new pages for panning
[ardour-manual] / _manual / 17_mixing / 02_panning / 01_stereo_panner.html~
1 ---
2 layout: default
3 title: Stereo Panner
4 ---                        
5
6 <h2>Panning</h2>
7
8 <h3>Stereo Panner</h3>
9
10 <p>
11 The stereo panner distributes 2 inputs to 2 outputs. Its behaviour is
12 controlled by two parameters, <code>width</code>
13 and <code>position</code> (the latter could also be referred to as
14 "direction", or "azimuth" without loss of accuracy).
15 </p>
16
17 <p>
18 The default settings for the stereo panner
19 are <code>width=100%</code>, <code>position=center</code>. With these
20 values it is not possible to alter the position, since the width is
21 already spread entirely across both outputs. To alter the position,
22 you must first reduce the width.
23 </p>
24
25 <h4>Using the mouse</h4>
26
27 <p>Mouse operations in the upper half of the panner adjust the position
28   parameter, constrained by the current width setting. 
29 </p>
30
31 <p>Mouse operations in the lower half of the panner adjust the width
32   parameter, constrained by the current position setting. 
33 </p>
34
35
36 <p>To change the position smoothly, press the right button and drag
37   within the top half of the panner, then release. The position will
38   be limited by the current width setting.
39 </p>
40
41 <p>To change the width smoothly, press the right button and drag
42   within the lower half of the panner, then release. The width will be
43   limited by the current position setting.
44 </p>
45
46 <dl class="faq">
47
48 <dt>Reset to defaults</dt>
49 <dd>Click <key class="mod3">button 1</key></dd>
50
51 <dt>Change to a "hard left"</dt>
52 <dd>Double click <key class="mod1">button 1</key> in the upper left half
53   of the panner</dd>
54
55 <dt>Change to a "hard right"</dt>
56 <dd>Double click <key class="mod1">button 1</key> in the upper right half
57   of the panner</dd>
58
59 <dt>Move position as far left as possible, given width</dt>
60 <dd>Double click <key>button 1</key> in the upper left half of the
61   panner</dd>
62
63 <dt>Move position as far right as possible, given width</dt>
64 <dd>Double click <key>button 1</key> in the upper right half of the
65   panner</dd>
66
67 <dt>Set the position to center</dt>
68 <dd>Click <key>button 1</key> in the upper middle of the panner</dd>
69
70 <dt>Reset width to 180&deg; (100%)</dt>
71 <dd>Double click <key>button 1</key> on the lower left side</dd>
72
73 <dt>Reset width to -180&deg; (inverted 100%)</dt>
74 <dd>Double click <key>button 1</key> on the lower right side</dd>
75
76 <dt>Set width to 0&deg;</dt>
77 <dd>Double click <key>button 1</key> in the lower middle</dd>
78 </dl>
79
80 <h4>Keyboard bindings</h4>
81
82 When the pointer is within a stereo panner user interface, the following
83 keybindings are available to operate on that panner:
84
85 <dl>
86 <dt><key>&uarr;</key></dt>
87 <dd>increase width by 1&deg;</dd>
88 <dt><key class="mod1">&uarr;</key></dt>
89 <dd>increase width by 5&deg</dd>
90 <dt><key>&darr;</key></dt>
91 <dd>decrease width by 1&deg;</dd>
92 <dt><key class="mod1">&darr;</key></dt>
93 <dd>decrease width by 5&deg;</dd>
94 <dt><key class="mod2">&uarr;</key></dt>
95 <dd>reset width to 180&deg; (100%)</dd>
96 <dt><key>&larr;</key></dt>
97 <dd>move position 1&deg; to the left</dd>
98 <dt><key>&rarr;</key></dt>
99 <dd>move position 1&deg to the right</dd>
100 <dt><key>0</key></dt>
101 <dd>reset position to center</dd>
102 </dl>
103
104 <h4>Using the scroll wheel</h4>
105
106 When the pointer is within a stereo panner user interface, the scroll
107 wheel may be used as follows:
108
109 <dl>
110 <dt>scroll left</dt>
111 <dd>increase width by 1&deg;</dd>
112
113 <dt><key class="mod1">scroll left</key></dt>
114 <dd>increase width by 5&deg;</dd>
115
116 <dt>scroll left</dt>
117 <dd>decrease width by 1&deg;</dd>
118
119 <dt><key class="mod1">scroll left<key></dt>
120 <dd>decrease width by 5&deg;</dd>
121
122 <dt>scroll up</dt>
123 <dd>move position 1&deg; to the right</dd>
124
125 <dt>scroll down</dt>
126 <dd>move position 1&deg; to the right</dd>
127 </dl>