X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mainwindow.h;h=317d2929c005550dbc565ce409178012e9fdabe6;hb=635bc53e064f4cd96d4271a8a28b59b301d5921d;hp=28c470560eac9bfd857767da400db5e61cc578a7;hpb=ef83ceed4c512df7e3eaaf1dbafdf2f6395e0ff6;p=nageru diff --git a/mainwindow.h b/mainwindow.h index 28c4705..317d292 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -30,12 +30,16 @@ public slots: void channel_clicked(int channel_number); void wb_button_clicked(int channel_number); void set_transition_names(std::vector transition_names); + void cutoff_knob_changed(int value); void relayout(); private: bool eventFilter(QObject *watched, QEvent *event) override; void set_white_balance(int channel_number, int x, int y); + // Called from the mixer. + void audio_level_callback(float level_lufs, float peak_db, float global_level_lufs, float range_low_lufs, float range_high_lufs, float auto_gain_staging_db); + Ui::MainWindow *ui; QPushButton *transition_btn1, *transition_btn2, *transition_btn3; std::vector previews;