summaryrefslogtreecommitdiff
path: root/gtk2_ardour/lv2_external_ui.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-08-25 16:20:27 +0200
committerRobin Gareus <robin@gareus.org>2013-08-25 16:21:18 +0200
commit1d972d05c5e889e4358d18ec6ba0c8e2e11a64e4 (patch)
treefa108cffdeece8db2f6adf2711e617b2830b18f4 /gtk2_ardour/lv2_external_ui.h
parent4cdb018cae8580581359274d6397779b79263bdc (diff)
add LV2 support for kx:external-ui#
the ABI of http://kxstudio.sf.net/ns/lv2ext/external-ui# is identical to http://lv2plug.in/ns/extensions/ui#external It just adds a distinction between #Host and #Widget for cosmetic reasons. Sadly some newer plugins are released with only support for kxstudio URI :(
Diffstat (limited to 'gtk2_ardour/lv2_external_ui.h')
-rw-r--r--gtk2_ardour/lv2_external_ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/lv2_external_ui.h b/gtk2_ardour/lv2_external_ui.h
index 19fa912f04..9f404e6d9a 100644
--- a/gtk2_ardour/lv2_external_ui.h
+++ b/gtk2_ardour/lv2_external_ui.h
@@ -37,6 +37,8 @@
/** UI extension suitable for out-of-process UIs */
#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"
+
#ifdef __cplusplus
extern "C" {
#endif