MacVST Program/Preset support
[ardour.git] / gtk2_ardour / mac_vst_plugin_ui.h
index 87639526e9d8a5cbb001249edb62d979d8cb28c9..2082fa8578af147642e65807bc22e1dec01315eb 100644 (file)
@@ -51,9 +51,11 @@ private:
        int get_XID ();
        bool idle ();
        void lower_box_realized ();
+       void set_program ();
        NSWindow* get_nswindow();
 
        Gtk::EventBox low_box;
        NSView*          _ns_view;
        sigc::connection _idle_connection;
+       PBD::ScopedConnection _program_connection;
 };