Make provision for building with the new LV2 extensions (when building with MSVC)
[ardour.git] / gtk2_ardour / editor.h
index d0d84b1a6e1381fdff8eca12e3ba3e2b37d382b8..5778a3cbbbb40d64e9b9ab51727a1d008418de03 100644 (file)
@@ -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 */
 
@@ -1271,7 +1274,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
 
        void naturalize_region ();
 
-       void reset_focus ();
+       void reset_focus (Gtk::Widget*);
 
        void split_region ();