X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mainwindow.h;h=374bd49d6e36961417c73f2733f0f189c921d1e6;hb=26e1ec466d4730b6abc0e20201d704cfdf41a6eb;hp=4c9d0b886bcb08523503dc61f06e85d242d6c81d;hpb=bea1be71fd06888ac03fcddb47f6d497f8e07aab;p=nageru diff --git a/mainwindow.h b/mainwindow.h index 4c9d0b8..374bd49 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -62,6 +62,7 @@ private: void setup_audio_expanded_view(); bool eventFilter(QObject *watched, QEvent *event) override; void set_white_balance(int channel_number, int x, int y); + void update_cutoff_labels(float cutoff_hz); void update_eq_label(unsigned bus_index, EQBand band, float gain_db); // Called from DiskSpaceEstimator. @@ -71,6 +72,8 @@ private: void audio_level_callback(float level_lufs, float peak_db, std::vector bus_levels, float global_level_lufs, float range_low_lufs, float range_high_lufs, float final_makeup_gain_db, float correlation); std::chrono::steady_clock::time_point last_audio_level_callback; + void audio_state_changed(); + Ui::MainWindow *ui; QLabel *disk_free_label; QPushButton *transition_btn1, *transition_btn2, *transition_btn3;