]> git.sesse.net Git - nageru/commit
Make the compression meters work.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 23 Aug 2016 22:54:45 +0000 (00:54 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 19 Oct 2016 22:55:44 +0000 (00:55 +0200)
commitb90b0d462921973c88952ca82f8d3dbc53e046df
tree5949dd4faee6331fb37acdf0fd0073d72a850624
parent92246b3e7e2d914a0549bbc7f90dd07ff3fd103a
Make the compression meters work.

It's possible that the range here needs to be nonlinear,
but we'll deal with that later; for now it's only 0..10 dB
on a linear scale.

This required VU meters that grow downwards, so add that.
audio_mixer.cpp
audio_mixer.h
lrameter.cpp
mainwindow.cpp
vu_common.cpp
vu_common.h
vumeter.cpp
vumeter.h