]> git.sesse.net Git - nageru/blobdiff - mainwindow.h
Fetch default threshold displays from the mixer.
[nageru] / mainwindow.h
index 317d2929c005550dbc565ce409178012e9fdabe6..b88324aa0961a8380fa9423f779e843f2cdba7f9 100644 (file)
@@ -31,6 +31,9 @@ public slots:
        void wb_button_clicked(int channel_number);
        void set_transition_names(std::vector<std::string> transition_names);
        void cutoff_knob_changed(int value);
+       void limiter_threshold_knob_changed(int value);
+       void compressor_threshold_knob_changed(int value);
+       void reset_meters_button_clicked();
        void relayout();
 
 private: