]> git.sesse.net Git - nageru/blobdiff - mixer.cpp
Fix --flat-audio; add the gain staging auto knob, and make sure the UI reflects the...
[nageru] / mixer.cpp
index 80b0df1ea0df60d852bc530cb0d5535e99e2f92a..1934ee9429bcae271b3c6d22a9df64e2820a49fc 100644 (file)
--- a/mixer.cpp
+++ b/mixer.cpp
@@ -249,6 +249,7 @@ Mixer::Mixer(const QSurfaceFormat &format, unsigned num_cards)
        // except the final makeup gain.
        if (global_flags.flat_audio) {
                set_locut_enabled(false);
+               set_gain_staging_auto(false);
                set_limiter_enabled(false);
                set_compressor_enabled(false);
        }