2013-09-09 21:08:35 -04:00
< h2 > Introduction< / h2 >
< p >
2017-02-25 00:30:29 -05:00
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
2017-02-25 00:30:29 -05:00
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.
2013-09-09 21:08:35 -04:00
< / p >
< p >
2017-02-25 00:30:29 -05:00
Yet, if you want to work in or with the broadcast industry, it is
2014-02-04 14:06:25 -05:00
usually unavoidable to use meters.
2013-09-09 21:08:35 -04:00
< / p >
< p >
2017-02-25 00:30:29 -05:00
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:
2013-09-09 21:08:35 -04:00
< / p >
< ul >
2017-02-25 00:30:29 -05:00
< 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 >
2017-02-25 00:30:29 -05:00
< li > Meters offer a < dfn > quick visual indication< / dfn > of a
2014-02-04 14:06:25 -05:00
activity when working with a large number of tracks.< / li >
2017-02-25 00:30:29 -05:00
< 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 >
2017-02-25 00:30:29 -05:00
< 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 >
2013-09-09 21:08:35 -04:00
< / ul >
2014-02-04 14:06:25 -05:00
< h2 > Meter Types< / h2 >
2013-09-09 21:08:35 -04:00
< p >
2017-02-25 00:30:29 -05:00
A general treatise on metering is beyond the scope of this
2017-02-13 22:47:33 -05:00
manual. It is a complex subject with a history…
2014-02-04 14:06:25 -05:00
For background information and further reading we recommend:
2013-09-09 21:08:35 -04:00
< / p >
< ul >
2017-02-13 22:47:33 -05:00
< li > < a href = "http://www.digido.com/how-to-make-better-recordings-part-2.html" > How To Make Better Recordings in the 21st Century— 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 > — overview of meter types.< / li >
2014-02-04 14:06:25 -05:00
< li > "Audio Metering: Measurements, Standards and Practice: Measurements, Standards and Practics", by Eddy Brixen. ISBN: 0240814673< / li >
< li > "Art of Digital Audio", by John Watkinson. ISBN: 0240515870< / li >
2013-09-09 21:08:35 -04:00
< / 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
2017-02-25 00:30:29 -05:00
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 < abbr title = "DeciBel Full
Scale">dBFS< / abbr > , or the maximum level that can be represented digitally
2017-02-25 00:30:29 -05:00
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 >
2017-02-25 00:30:29 -05:00
Various conventions for DPM fall-off times and dBFS line-up level can be
2014-02-04 14:06:25 -05:00
chosen in < kbd class = "menu" > Edit > Preferences > GUI< / kbd > .
< / 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 >
2017-02-25 00:30:29 -05:00
is an averaging meter that looks at the energy in the signal. It
provides a general indication of loudness as perceived by humans. Ardour
2014-02-04 14:06:25 -05:00
features three RMS meters, all of which offer additonal peak indication.
< ul >
< li > < dfn > K20< / dfn > : A meter according to the K-system introduced by Bob
Katz, scale aligned to -20 dBFS, rise/fall times and color schema
according to spec.< / li >
< li > < dfn > K14< / dfn > : Same as K20 with scale aligned to -14 dBFS.< / li >
2016-01-04 08:13:06 -05:00
< li > < dfn > K12< / dfn > : Same as K20 with scale aligned to -12 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 > Preferences > GUI > Metering< / kbd > < / li >
< / 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
2017-02-25 00:30:29 -05:00
< 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
2017-02-25 00:30:29 -05:00
Corporation">BBC< / abbr > , < abbr title = "Deutsche Industrie-Norm" > DIN< / abbr > ).
2014-02-04 14:06:25 -05:00
< p >
2017-02-25 00:30:29 -05:00
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
2017-02-25 00:30:29 -05:00
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-25 00:30:29 -05:00
Their specification is very exact, and consquently, 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-02-25 00:30:29 -05:00
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.
2017-02-25 00:30:29 -05:00
Their specification is very strict (300ms rise-time, 1– 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 >
2013-09-09 21:08:35 -04:00
< h2 > Ardour Specifics< / h2 >
2014-02-04 14:06:25 -05:00
2017-01-03 08:05:11 -05:00
< img class = "right" src = "/images/mixer-meter-context-menu.png" alt = "mixer strip meter context menu" / >
2013-09-09 21:08:35 -04:00
< p >
2018-02-13 16:42:39 -05:00
Meters are available in various places in Ardour:
2013-09-09 21:08:35 -04:00
< / 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 >
2013-09-09 21:08:35 -04:00
< / ul >
< p >
2014-02-04 14:06:25 -05:00
They all share the same configuration and color-theme which is available in
2017-02-25 00:30:29 -05:00
preferences and the theme-manager. Settings for the Peak and RMS+Peak meters
as well as VU meter standards are found in
2014-02-04 14:06:25 -05:00
< kbd class = "menu" > Edit > Preferences > GUI > Metering< / kbd > .
2013-09-09 21:08:35 -04:00
< / 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 > Preferences > GUI > Mixer
2014-02-06 16:15:38 -05:00
Strip< / kbd > settings, the metering point is also accessible via a button in
each Mixer strip.
2013-09-09 21:08:35 -04:00
< / p >
2017-01-03 08:05:11 -05:00
< img class = "right" src = "/images/meter-preferences.png" alt = "" / >
2013-09-09 21:08:35 -04:00
< p >
2017-02-25 00:30:29 -05:00
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.
2013-09-09 21:08:35 -04:00
< / p >
< p >
2014-02-04 14:06:25 -05:00
< kbd class = "mouse" > Left< / kbd > on the peak-indicator button resets the
2017-02-13 22:47:33 -05:00
< dfn > peak-hold indicator< / dfn > of a single channel.< br >
2016-01-04 08:10:32 -05:00
< kbd class = "mod1 mouse" > Left< / kbd > resets a whole < dfn > group< / dfn > , and< br / >
2014-02-04 14:06:25 -05:00
< kbd class = "mod13 mouse" > Left< / kbd > resets all meters.
2013-09-09 21:08:35 -04:00
< / p >
< h2 > Overview of meter types< / h2 >
< p >
2017-02-25 00:30:29 -05:00
The figure on the left shows all available meter-types in Ardour 3.4 when fed with a
2014-02-04 14:06:25 -05:00
-18 dBFS 1 kHz sine wave.
2013-09-09 21:08:35 -04:00
< / p >
2017-01-03 08:05:11 -05:00
< img class = "right" style = "max-width:45%;height:400px;" src = "/images/needle-meters-18.png"
2014-02-04 14:06:25 -05:00
alt="Needle-style meters as external LV2 plugins" />
2017-01-03 08:05:11 -05:00
< img style = "max-width:45%; height:400px" src = "/images/meter-types-18.png"
2014-02-04 14:06:25 -05:00
alt="Bar-graph meters in Ardour" />
2013-09-09 21:08:35 -04:00
< p >
2018-02-13 16:42:39 -05:00
Due to layout concerns and consistent look and feel all meters available in
2017-02-13 22:47:33 -05:00
Ardour itself are bar-graph type meters. Corresponding needle-style
meters— which take up more visual screen space— are available as
LV2 plugins (see image on the right):
< a href = "https://github.com/x42/meters.lv2/" > meters.lv2< / a > .
2013-09-09 21:08:35 -04:00
< / p >
2017-02-13 14:53:37 -05:00