X-Git-Url: https://git.sesse.net/?p=nageru;a=blobdiff_plain;f=nageru%2Fmainwindow.h;h=7d6b42a9a5f8258c06bdf3dddef7bb694b1cd64a;hp=a0c090fcd86a138e8c230708061bf126d172274e;hb=09886e5989fe0dc2516bcadeacae4269ac22f03a;hpb=f8da8feaff269b75480625e1384951c20c3a529d diff --git a/nageru/mainwindow.h b/nageru/mainwindow.h index a0c090f..7d6b42a 100644 --- a/nageru/mainwindow.h +++ b/nageru/mainwindow.h @@ -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; @@ -145,7 +146,7 @@ private: void next_page(); // Called from DiskSpaceEstimator. - void report_disk_space(off_t free_bytes, double estimated_seconds_left); + void report_disk_space(off_t free_bytes, double estimated_seconds_left, double file_length_seconds); // Called from the mixer. 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);