Cont'd work on Loudness Assistant

* use relative gain for analysis
* allow to select constraints
* tweak UI layout, use monospace font
This commit is contained in:
Robin Gareus 2020-07-22 03:26:19 +02:00
parent a2f4521e77
commit fced1a5dc1
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
5 changed files with 148 additions and 42 deletions

View file

@ -1920,7 +1920,7 @@ Editor::add_selection_context_items (Menu_Helpers::MenuList& edit_items)
edit_items.push_back (MenuElem (_("Loudness Analysis"), sigc::mem_fun(*this, &Editor::loudness_analyze_range_selection)));
edit_items.push_back (MenuElem (_("Spectral Analysis"), sigc::mem_fun(*this, &Editor::spectral_analyze_range_selection)));
edit_items.push_back (SeparatorElem());
edit_items.push_back (MenuElem (_("Analyze Session Loudness..."), sigc::mem_fun(*this, &Editor::analyze_range_export)));
edit_items.push_back (MenuElem (_("Loudness Assistant..."), sigc::mem_fun(*this, &Editor::analyze_range_export)));
edit_items.push_back (SeparatorElem());
edit_items.push_back (