aboutsummaryrefslogtreecommitdiffstats
path: root/ext/ui-event.lv2/lv2_ui_event.h
diff options
context:
space:
mode:
authorLars Luthman <lars.luthman@gmail.com>2011-03-26 18:54:31 +0000
committerLars Luthman <lars.luthman@gmail.com>2011-03-26 18:54:31 +0000
commitf4baa8b70e3d26bc3f19e230729f0f409afb36e3 (patch)
tree104ba23f8be1cdfbbf6ab7ac1775b31e0cbe1a6a /ext/ui-event.lv2/lv2_ui_event.h
parentc0fab291ecc8e1aab4ae4d20c7bd0440bb65f7af (diff)
downloadlv2-f4baa8b70e3d26bc3f19e230729f0f409afb36e3.tar.xz
Oops. Change UI bundle suffix from .ttl to .lv2
Diffstat (limited to 'ext/ui-event.lv2/lv2_ui_event.h')
-rw-r--r--ext/ui-event.lv2/lv2_ui_event.h37
1 files changed, 37 insertions, 0 deletions
diff --git a/ext/ui-event.lv2/lv2_ui_event.h b/ext/ui-event.lv2/lv2_ui_event.h
new file mode 100644
index 0000000..16739f7
--- /dev/null
+++ b/ext/ui-event.lv2/lv2_ui_event.h
@@ -0,0 +1,37 @@
+/************************************************************************
+ *
+ * Event port protocol for the in-process LV2 UI extension
+ *
+ * Copyright (C) 2010 Lars Luthman <mail@larsluthman.net>
+ *
+ * This header is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as published
+ * by the Free Software Foundation; either version 2.1 of the License,
+ * or (at your option) any later version.
+ *
+ * This header is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
+ * USA.
+ *
+ ***********************************************************************/
+
+/** @file
+ This header file just defines a preprocessor macro for the URI prefix
+ for this extension.
+*/
+
+#ifndef LV2_UI_EVENT_H
+#define LV2_UI_EVENT_H
+
+
+/** The URI prefix for this extension. */
+#define LV2_UI_EVENT_URI "http://lv2plug.in/ns/ext/ui-event"
+
+
+#endif