Move panic button to MIDI toolbar (reduce required horizontal space).
[ardour.git] / gtk2_ardour / plugin_ui.h
index acc1e4d53a6a40586ba98145cd6cdd2c75b07bcf..a957fc37cb8a64b8b573e954d60e3b7de51cc3f3 100644 (file)
@@ -152,7 +152,7 @@ class GenericPluginUI : public PlugUIBase, public Gtk::VBox
 
                boost::shared_ptr<ARDOUR::AutomationControl> control;
 
-               ARDOUR::Parameter parameter() { return control->parameter(); }
+               Evoral::Parameter parameter() { return control->parameter(); }
            
            /* input */
            
@@ -234,6 +234,7 @@ class PluginUIWindow : public Gtk::Window
 
        bool create_vst_editor (boost::shared_ptr<ARDOUR::PluginInsert>);
        bool create_audiounit_editor (boost::shared_ptr<ARDOUR::PluginInsert>);
+       bool create_lv2_editor (boost::shared_ptr<ARDOUR::PluginInsert>);
 };
 
 #ifdef VST_SUPPORT