Ardour
9.0-pre0-582-g084a23a80d
|
Go to the source code of this file.
Classes | |
struct | lv2_external_ui |
struct | lv2_external_ui_host |
Macros | |
#define | LV2_EXTERNAL_UI_URI "http://lv2plug.in/ns/extensions/ui#external" |
#define | LV2_EXTERNAL_UI_KX__Host "http://kxstudio.sf.net/ns/lv2ext/external-ui#Host" |
#define | LV2_EXTERNAL_UI_RUN(ptr) (ptr)->run(ptr) |
#define | LV2_EXTERNAL_UI_SHOW(ptr) (ptr)->show(ptr) |
#define | LV2_EXTERNAL_UI_HIDE(ptr) (ptr)->hide(ptr) |
#define LV2_EXTERNAL_UI_HIDE | ( | ptr | ) | (ptr)->hide(ptr) |
Definition at line 80 of file lv2_external_ui.h.
#define LV2_EXTERNAL_UI_KX__Host "http://kxstudio.sf.net/ns/lv2ext/external-ui#Host" |
Definition at line 39 of file lv2_external_ui.h.
#define LV2_EXTERNAL_UI_RUN | ( | ptr | ) | (ptr)->run(ptr) |
Definition at line 78 of file lv2_external_ui.h.
#define LV2_EXTERNAL_UI_SHOW | ( | ptr | ) | (ptr)->show(ptr) |
Definition at line 79 of file lv2_external_ui.h.
#define LV2_EXTERNAL_UI_URI "http://lv2plug.in/ns/extensions/ui#external" |
UI extension suitable for out-of-process UIs
Definition at line 37 of file lv2_external_ui.h.