use AudioEngine destructor to do necessary stuff when shutting it down, and remove...
[ardour.git] / libs / ardour / ardour / lv2_plugin.h
index 4cd34b30266ef6405c37a926c5089d5ec6480c81..56aa9dc7cfb6d16e1d1e6d600376d8b1b127d3c4 100644 (file)
@@ -75,6 +75,7 @@ class LV2Plugin : public ARDOUR::Plugin, public ARDOUR::Workee
        const void* c_ui_type();
 
        bool is_external_ui () const;
+       bool is_external_kx () const;
        bool ui_is_resizable () const;
 
        const char* port_symbol (uint32_t port) const;