Update LoudnessDialog layout, display short/momentary loudness

This commit is contained in:
Robin Gareus 2020-07-20 05:26:23 +02:00
parent f52faf48a6
commit 92e67a1ab6
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 33 additions and 17 deletions

View file

@ -63,7 +63,9 @@ private:
Gtk::Label _dbfs_label;
Gtk::Label _dbtp_label;
Gtk::Label _lufs_label;
Gtk::Label _lufs_integrated_label;
Gtk::Label _lufs_short_label;
Gtk::Label _lufs_momentary_label;
Gtk::Label _gain_label;
ArdourWidgets::ArdourButton _report_button;