]> Shamusworld >> Repos - ardour-manual/blob - _manual/17_mixing/02_panning.html
next batch of XHTML validation fixes. somebody really hates markup languages here...
[ardour-manual] / _manual / 17_mixing / 02_panning.html
1 ---
2 layout: default
3 title: Panning
4 ---                        
5
6 <p>
7 <em>Panning</em> is the process of distributing 1 or more signals
8     across a series of outputs so that the listener will have the
9     experience of them coming from a particular "space" within the
10     overall listening field.
11 </p>
12 <p>
13   It is used to create a sense of space and/or a sense of motion in an
14   audio mix. You can spread out different signals acros the space, and
15   make them move within the space over time.
16 </p>
17
18 <h2>Types of Panners</h2>
19
20 <p>
21   The way a panner works depends a great deal on how many signals it
22   is going to process and how many outputs it will send them to. The
23   simplest case is distributing a single signal to 2 outputs, which is
24   the common case when using a "mono" track and a stereo speaker
25   setup.
26 </p>
27 <p>
28   But panning in Ardour could theoretically involve distributing any
29   number of signals to any number of ouputs. In reality, Ardour does
30   not have specific panners for each different situation. Currently,
31   it has dedicated panners for the following situations:
32 </p>
33   <ul>
34     <li>1 signal distributed to 2 outputs (the "mono" panner)</li>
35     <li>2 signals distributed to 2 outputs (the "stereo" panner)</li>
36     <li>N signals distributed to N outputs (the "vbap" panner)</li>
37   </ul>
38 <p>  
39   Even for each of these cases, there are many different ways to
40   implement panning. Ardour currently offers just one solution to each
41   of these situations, but in the future will offer more.
42 </p>
43
44 <h2>Panning is not Balance</h2>
45
46 <p>
47   If you are used to the "balance" control found on most home music
48   playback devices, and on many DAWs and audio editors, you may have
49   gained a particular idea of how "panning" should work. You turn the
50   knob to the left, and the signal in the right speaker gradually
51   vanishes as you do. You turn it back to the right, and the signal in
52   the left speaker vanishes in the same way.
53 </p>
54 <p>
55   This is <strong>not</strong> panning. It does not alter the placement either the
56   left or right signal, but rather is just a different term for
57   "independent gain control". What is actually happening is that as
58   you move the balance control left of center, it reduces the volume
59   of the right channel towards zero, but leaves the left signal at
60   normal volume. When you move it back to right of center, it reduces
61   the volume of the left channel toward zero, and leaves the right
62   channel at normal volume. When the control is exactly in the middle,
63   both channels are at normal volume.
64 </p>
65 <p>
66   The panners in Ardour control the distribution of at least one
67   signal across at least 2 outputs. Ardour does not (currently) come
68   with a balance control. Many people would like to see one.
69 </p>
70
71 {% children %}