Add motorised attribute to DeviceInfo for generic MIDI maps so that
[ardour.git] / gtk2_ardour / lv2_plugin_ui.h
index 7284f82128b0c48a2873fb6a87bad0f769b3d0b0..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;