X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mainwindow.h;h=73a62357682c29d2741510f2e172a0d62bc023ae;hb=1062c5403b57859c219558e736564a3d0bbecfd5;hp=41c9fe713241cb1e9111adc9e732dac2b6524f31;hpb=6fe61fb9769469b573d84d1b9f06c7316b6937ed;p=nageru diff --git a/mainwindow.h b/mainwindow.h index 41c9fe7..73a6235 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -66,7 +66,7 @@ private: void report_disk_space(off_t free_bytes, double estimated_seconds_left); // Called from the mixer. - void audio_level_callback(float level_lufs, float peak_db, std::vector bus_level_lufs, float global_level_lufs, float range_low_lufs, float range_high_lufs, std::vector gain_staging_db, float final_makeup_gain_db, float correlation); + 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; Ui::MainWindow *ui;