]> git.sesse.net Git - nageru/blobdiff - mixer.h
Fetch default threshold displays from the mixer.
[nageru] / mixer.h
diff --git a/mixer.h b/mixer.h
index 01712b8f136a0b116cc27c3d603b2c3b2613e348..64a74e2f13d855d0030a19645cdadf95956b9558 100644 (file)
--- a/mixer.h
+++ b/mixer.h
@@ -137,6 +137,16 @@ public:
                locut_cutoff_hz = cutoff_hz;
        }
 
+       float get_limiter_threshold_dbfs()
+       {
+               return limiter_threshold_dbfs;
+       }
+
+       float get_compressor_threshold_dbfs()
+       {
+               return compressor_threshold_dbfs;
+       }
+
        void set_limiter_threshold_dbfs(float threshold_dbfs)
        {
                limiter_threshold_dbfs = threshold_dbfs;