manual/include/metering-in-ardour.html

190 lines
8.0 KiB
HTML
Raw Permalink Normal View History

<h2>Introduction</h2>
<p>
An engineer reading and using audio level meters compares to a musician
reading or writing sheet-music. Just like there are virtuoso musicians
2014-02-04 14:06:25 -05:00
who can't read a single note, there are great sound-engineers who just
go by their ears and produce great mixes and masters without ever looking
2014-02-04 14:06:25 -05:00
at a single meter.
</p>
<p>
Yet, in order to work in or with the broadcast industry, it is
2014-02-04 14:06:25 -05:00
usually unavoidable to use meters.
</p>
<p>
Audio level meters are very powerful tools that are useful in every
2014-02-04 14:06:25 -05:00
part of the entire production chain:
</p>
<ul>
<li>When tracking, meters are used to ensure that the input
signal does not <dfn>overload</dfn> and maintains reasonable
2014-02-04 14:06:25 -05:00
<dfn>headroom</dfn>.</li>
<li>Meters offer a <dfn>quick visual indication</dfn> of an
2014-02-04 14:06:25 -05:00
activity when working with a large number of tracks.</li>
<li>During mixing, meters provide an rough estimate of the
2014-02-04 14:06:25 -05:00
<dfn>loudness</dfn> of each track.</li>
<li>At the mastering stage, meters are used to check
compliance with upstream <dfn>level</dfn> and <dfn>loudness
2014-02-04 14:06:25 -05:00
standards</dfn> and to optimize the <dfn>loudness range</dfn>
for a given medium.</li>
</ul>
2014-02-04 14:06:25 -05:00
<h2>Meter Types</h2>
<p>
A general treatise on metering is beyond the scope of this
manual. It is a complex subject with a history&hellip;
2014-02-04 14:06:25 -05:00
For background information and further reading we recommend:
</p>
<ul>
<li><a href="http://www.digido.com/how-to-make-better-recordings-part-2.html">How To Make Better Recordings in the 21st Century&mdash;An Integrated Approach to Metering, Monitoring, and Leveling Practices</a> by Bob Katz. Has a good historic overview of meters and motivates the K-meter</li>
<li><a href="https://en.wikipedia.org/wiki/Peak_programme_meter#Table_of_characteristics">Wikipedia: Peak programme meter</a>&mdash;overview of meter types.</li>
2017-02-14 10:20:06 -05:00
<li>"Audio Metering: Measurements, Standards and Practice: Measurements, Standards and Practice", by Eddy Brixen. ISBN: 0240814673</li>
2014-02-04 14:06:25 -05:00
<li>"Art of Digital Audio", by John Watkinson. ISBN: 0240515870</li>
</ul>
<p>
2014-02-04 14:06:25 -05:00
There are different metering standards, most of which are available in Ardour. In short:
</p>
2017-03-14 12:43:24 -04:00
<table class="dl">
<tr><th>Digital peak-meter</th>
<td>A <dfn>Digital Peak Meter</dfn> displays the absolute maximum signal
of the raw audio PCM signal (for a given time). It is commonly used when
tracking to make sure the recorded audio never clips. To that end, DPMs
2014-02-04 14:06:25 -05:00
are always calibrated to 0&nbsp;<abbr title="DeciBel Full
Scale">dBFS</abbr>, or the maximum level that can be represented digitally
in a given system. This value has no musical reason whatsoever and depends
only on the properties of the signal chain or target medium. There are
conventions for <dfn>fall-off-time</dfn> and <dfn>peak-hold</dfn>, but no
2014-02-04 14:06:25 -05:00
exact specifications.
<p>
Various conventions for DPM fall-off times and dBFS line-up level can be
chosen in <kbd class="menu">Edit &gt; Preferences &gt; Metering</kbd>.
2014-02-04 14:06:25 -05:00
</p>
2017-03-14 12:43:24 -04:00
</td></tr>
2014-02-04 14:06:25 -05:00
2017-03-14 12:43:24 -04:00
<tr><th>RMS meters</th>
<td>An <dfn><abbr title="Root Mean Square">RMS</abbr>-type meter</dfn>
is an averaging meter that looks at the energy in the signal. It
provides a general indication of loudness as perceived by humans. Ardour
2017-02-14 10:20:06 -05:00
features three RMS meters, all of which offer additional peak indication.
2014-02-04 14:06:25 -05:00
<ul>
<li><dfn>K20</dfn>: A meter according to the K-system introduced by Bob
Katz, scale aligned to -20&nbsp;dBFS, rise/fall times and color schema
according to spec.</li>
<li><dfn>K14</dfn>: Same as K20 with scale aligned to -14&nbsp;dBFS.</li>
2016-01-04 08:13:06 -05:00
<li><dfn>K12</dfn>: Same as K20 with scale aligned to -12&nbsp;dBFS (since 3.5.143).</li>
2014-02-04 14:06:25 -05:00
<li><dfn>Peak + RMS</dfn>: standard RMS, customizable via
<kbd class="menu">Edit &gt; Preferences &gt; Metering</kbd></li>
2014-02-04 14:06:25 -05:00
</ul>
2017-03-14 12:43:24 -04:00
</td></tr>
2014-02-04 14:06:25 -05:00
2017-03-14 12:43:24 -04:00
<tr><th>IEC PPMs</th>
<td><dfn><abbr title="International Electrontechnical Commission">IEC</abbr>-type
<abbr title="Peak Programme Meters">PPM</abbr>s</dfn> are a mix between DPMs and
RMS meters, created mainly for the purpose of
2014-02-04 14:06:25 -05:00
interoperability. Many national and institutional varieties exist (<abbr
title="European Broadcasting Union">EBU</abbr>, <abbr title="British Broadcasting
Corporation">BBC</abbr>, <abbr title="Deutsche Industrie-Norm">DIN</abbr>).
2014-02-04 14:06:25 -05:00
<p>
These loudness and metering standards provide a common point of
reference which is used by broadcasters in particular so that the
2014-02-04 14:06:25 -05:00
interchange of material is uniform across their sphere of influence,
regardless of the equipment used to play it back.
</p>
<p>
For home recording, there is no real need for this level of
interoperability, and these meters are only strictly required when
working in or with the broadcast industry. However, IEC-type meters have
certain characteristics (rise-time, ballistics) that make them useful
2014-02-04 14:06:25 -05:00
outside the context of broadcast.
</p>
<p>
2017-02-14 10:20:06 -05:00
Their specification is very exact, and consequently, there are no
2014-02-04 14:06:25 -05:00
customizable parameters.
</p>
2017-03-14 12:43:24 -04:00
</td></tr>
2017-03-14 12:43:24 -04:00
<tr><th>VU meters</th>
<td><dfn><abbr title="Volume Unit">VU</abbr> meters</dfn> are the dinosaurs (1939)
2014-02-04 14:06:25 -05:00
amongst the meters. They react very slowly, averaging out peaks.
Their specification is very strict (300ms rise-time, 1&ndash;1.5% overshoot,
flat frequency response). Ardour's VU meter adheres to that spec, but for
2014-02-04 14:06:25 -05:00
visual consistency it is displayed as a bar-graph rather than needle-style
(more below).
2017-03-14 12:43:24 -04:00
</td></tr>
</table>
<h2>Ardour Specifics</h2>
2014-02-04 14:06:25 -05:00
<figure class="right">
<img src="/images/mixer-meter-context-menu.png" alt="mixer strip meter context menu">
<figcaption>
Mixer strip meter context menu
</figcaption>
</figure>
<p>
Meters are available in various places in Ardour:
</p>
<ul>
2014-02-04 14:06:25 -05:00
<li>The mixer window features fixed height meters for each <dfn>channel strip</dfn>.</li>
<li>There are small (narrow) meters on each <dfn>track-header</dfn> in the editor window.</li>
<li>There are variable height meters in the <dfn>meterbridge window</dfn>.</li>
<li>Optionally, a fixed-size <dfn>master meter</dfn> can be displayed in the main toolbar.</li>
<li>Various other locations (<dfn>file import</dfn>, <dfn>sends</dfn>) have level-meters.</li>
</ul>
<p>
2014-02-04 14:06:25 -05:00
They all share the same configuration and color-theme which is available in
preferences and the theme-manager. Settings for the Peak and RMS+Peak meters
as well as VU meter standards are found in
<kbd class="menu">Edit &gt; Preferences &gt; Metering</kbd>.
</p>
<p>
2014-02-04 14:06:25 -05:00
The type of meter and the <dfn>metering point</dfn> (the place in the signal chain
where the meter taps the signal) are configurable in the context menu of each meter.
Depending on the <kbd class="menu">Edit &gt; Preferences &gt; Mixer</kbd> settings,
the metering point is also accessible via a button in each Mixer strip.
</p>
<p>
Regardless of meter type and standard the meter display will highlight red if
2014-02-04 14:06:25 -05:00
the signal on the given channel exceeds the configured peak threshold.
</p>
<p>
<kbd class="mouse">Left</kbd> clicking on the peak-indicator button resets the
<dfn>peak-hold indicator</dfn> of a single channel.<br>
<kbd class="mod1 mouse">Left</kbd> clicking resets a whole <dfn>group</dfn>, and<br/>
<kbd class="mod13 mouse">Left</kbd> clicking resets all meters.
</p>
<h2>Overview of meter types</h2>
<figure class="left">
<img class="mini" src="/images/meter-types-18.png" alt="Bar-graph meters in Ardour">
<figcaption>
Bar-graph meters in Ardour
</figcaption>
</figure>
<figure class="right">
<img class="mini" src="/images/needle-meters-18.png" alt="Needle-style meters as external LV2 plugins">
<figcaption>
Needle-style meters as external LV2 plugins
</figcaption>
</figure>
<p>
The figure on the left shows all available meter-types in Ardour when fed with a
2014-02-04 14:06:25 -05:00
-18&nbsp;dBFS 1&nbsp;kHz sine wave.
</p>
<p>
Due to layout concerns and consistent look and feel all meters available in
Ardour itself are bar-graph type meters. Corresponding needle-style
meters&mdash;which take up more visual screen space&mdash;are available as
LV2 plugins (see image on the right):
<a href="https://github.com/x42/meters.lv2/">meters.lv2</a>.
</p>