mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
add region & range loudnless report
This commit is contained in:
parent
361309d83f
commit
c9d6d9ed85
6 changed files with 155 additions and 9 deletions
|
|
@ -274,8 +274,11 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
|
||||
/* analysis window */
|
||||
|
||||
void analyze_region_selection();
|
||||
void analyze_range_selection();
|
||||
void loudness_analyze_region_selection();
|
||||
void loudness_analyze_range_selection();
|
||||
|
||||
void spectral_analyze_region_selection();
|
||||
void spectral_analyze_range_selection();
|
||||
|
||||
/* export */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue