summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-03-11 17:26:27 +0100
committerRobin Gareus <robin@gareus.org>2016-03-11 17:26:42 +0100
commitc9d6d9ed85b2a2cc56e45d170dceb5a42c2d6a01 (patch)
treedef614d79ee5f1897b24f357915d8698d5a481d2 /gtk2_ardour/editor.h
parent361309d83f3ef3f755af372e0ef3fe3ab0a254df (diff)
add region & range loudnless report
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index d0d84b1a6e..1d11dd282d 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -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 */