]> git.sesse.net Git - nageru/commit
Replace the R128 meters for each channel with a digital peak meter.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 28 Aug 2016 15:49:23 +0000 (17:49 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 19 Oct 2016 22:55:44 +0000 (00:55 +0200)
commit54067dbc70999d936adf9d263b5ff2b1efb4dfd0
treea0af17f3ed4daebc6b9a7f0981a643e25c00d2df
parent2240961e8ff2285171fb236c9a8566613b682cee
Replace the R128 meters for each channel with a digital peak meter.

R128 is a superior way of measuring loudness, but for each bus, we care more
about getting the recording levels right (ie., that we don't peak) than loudness.
Since we do our mixing in float, unlike a typical digital mixer, it's not as
critical (at least assuming that the limiter is on and will save us later in
the mastering chain), but it's probably better to be consistent with convention
here.

Thus, use a simple digital meter for each bus, even though we of course still
use R128 for the mastering section.
audio_mixer.cpp
audio_mixer.h
lrameter.cpp
mainwindow.cpp
ui_audio_expanded_view.ui
ui_audio_miniview.ui
vu_common.cpp
vu_common.h
vumeter.cpp
vumeter.h