mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
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:
parent
a2f4521e77
commit
fced1a5dc1
5 changed files with 148 additions and 42 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue