X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mainwindow.h;h=73a62357682c29d2741510f2e172a0d62bc023ae;hb=4380d627aecf9f4dbe4dff524dacd4b550b07f14;hp=41c9fe713241cb1e9111adc9e732dac2b6524f31;hpb=fc2dffc4d7d9b4af457742bef47689fe425f20e4;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;