33 #ifndef LV2_EXTERNAL_UI_H__5AFE09A5_0FB7_47AF_924E_2AF0F8DE8873__INCLUDED
34 #define LV2_EXTERNAL_UI_H__5AFE09A5_0FB7_47AF_924E_2AF0F8DE8873__INCLUDED
37 #define LV2_EXTERNAL_UI_URI "http://lv2plug.in/ns/extensions/ui#external"
39 #define LV2_EXTERNAL_UI_KX__Host "http://kxstudio.sf.net/ns/lv2ext/external-ui#Host"
78 #define LV2_EXTERNAL_UI_RUN(ptr) (ptr)->run(ptr)
79 #define LV2_EXTERNAL_UI_SHOW(ptr) (ptr)->show(ptr)
80 #define LV2_EXTERNAL_UI_HIDE(ptr) (ptr)->hide(ptr)
void(* ui_closed)(void *controller)
const char * plugin_human_id
void(* hide)(struct lv2_external_ui *_this_)
void(* show)(struct lv2_external_ui *_this_)
void(* run)(struct lv2_external_ui *_this_)