2013-01-29 19:26:36 -05:00
|
|
|
|
2013-03-22 12:18:54 -04:00
|
|
|
<p>
|
2014-02-18 17:12:27 -05:00
|
|
|
<dfn>Panning</<dfn> is the process of distributing one or more signals
|
|
|
|
across a series of outputs so that the listener will have the
|
|
|
|
experience of them coming from a particular point or area of the
|
|
|
|
overall listening field.
|
2013-03-22 12:18:54 -04:00
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
It is used to create a sense of space and/or a sense of motion in an
|
2014-02-02 18:54:32 -05:00
|
|
|
audio mix. You can spread out different signals across the space, and
|
|
|
|
make them move over time.
|
2013-03-22 12:18:54 -04:00
|
|
|
</p>
|
|
|
|
|
2014-02-02 18:09:23 -05:00
|
|
|
<h2>Types of Panners</h2>
|
2013-03-22 12:18:54 -04:00
|
|
|
<p>
|
|
|
|
The way a panner works depends a great deal on how many signals it
|
|
|
|
is going to process and how many outputs it will send them to. The
|
|
|
|
simplest case is distributing a single signal to 2 outputs, which is
|
|
|
|
the common case when using a "mono" track and a stereo speaker
|
|
|
|
setup.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
But panning in Ardour could theoretically involve distributing any
|
|
|
|
number of signals to any number of ouputs. In reality, Ardour does
|
|
|
|
not have specific panners for each different situation. Currently,
|
|
|
|
it has dedicated panners for the following situations:
|
2014-02-02 18:09:23 -05:00
|
|
|
</p>
|
2013-03-22 12:18:54 -04:00
|
|
|
<ul>
|
2014-02-02 18:54:32 -05:00
|
|
|
<li>1 signal distributed to 2 outputs (the mono panner)</li>
|
|
|
|
<li>2 signals distributed to 2 outputs (the stereo panner)</li>
|
|
|
|
<li>N signals distributed to M outputs (the VBAP panner)</li>
|
2013-03-22 12:18:54 -04:00
|
|
|
</ul>
|
2014-02-02 18:09:23 -05:00
|
|
|
<p>
|
2013-03-22 12:18:54 -04:00
|
|
|
Even for each of these cases, there are many different ways to
|
|
|
|
implement panning. Ardour currently offers just one solution to each
|
|
|
|
of these situations, but in the future will offer more.
|
|
|
|
</p>
|
|
|
|
<p>
|
2014-02-02 20:45:21 -05:00
|
|
|
In addition to the panners, Ardour has a balance control for subtle
|
|
|
|
corrections to existing stereo images.
|
2013-03-22 12:18:54 -04:00
|
|
|
</p>
|
|
|
|
|
2013-03-22 10:40:25 -04:00
|
|
|
{% children %}
|
2017-02-13 14:53:37 -05:00
|
|
|
|