]> git.sesse.net Git - nageru/blobdiff - nageru/mainwindow.h
Give the theme access to basic audio information.
[nageru] / nageru / mainwindow.h
index b6a053bd0f68ded9cc7d9d851d597bb8ebad4ff0..7d6b42a9a5f8258c06bdf3dddef7bb694b1cd64a 100644 (file)
@@ -87,6 +87,7 @@ public slots:
        void set_gain(unsigned bus_idx, float value) override;
        void set_compressor_threshold(unsigned bus_idx, float value) override;
        void set_fader(unsigned bus_idx, float value) override;
+       void set_fader_absolute(unsigned bus_idx, float value_db);  // Used by the theme only.
 
        void toggle_mute(unsigned bus_idx) override;
        void toggle_locut(unsigned bus_idx) override;