Add motorised attribute to DeviceInfo for generic MIDI maps so that
[ardour.git] / gtk2_ardour / lv2_plugin_ui.h
index 071ad2a1dcff1ce12bdb45c147d35ce232a79bd5..d245ed31a1bd0cbf215b14037f252d547c9238d1 100644 (file)
@@ -68,6 +68,8 @@ class LV2PluginUI : public PlugUIBase, public Gtk::VBox
        std::vector<int>                     _output_ports;
        sigc::connection                     _screen_update_connection;
        Gtk::Widget*                         _gui_widget;
+       /** a box containing the focus, bypass, delete, save / add preset buttons etc. */
+       Gtk::HBox*                           _ardour_buttons_box;
        float*                               _values;
        std::vector<ControllableRef>         _controllables;
        struct lv2_external_ui_host          _external_ui_host;
@@ -90,7 +92,7 @@ class LV2PluginUI : public PlugUIBase, public Gtk::VBox
                                uint32_t    format,
                                const void* buffer);
 
-       bool update_timeout();
+       void update_timeout();
 
        void lv2ui_instantiate(const std::string& title);
        void lv2ui_free();