aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/lv2core/lv2.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-01-10 06:11:23 +0000
committerDavid Robillard <d@drobilla.net>2013-01-10 06:11:23 +0000
commit413f33c3bbe27c6835592d892be8628ecfa09b24 (patch)
tree6deacface5c4994bc84f9deb748007dbe6db5d53 /lv2/lv2plug.in/ns/lv2core/lv2.h
parentc0e26ec1913951a333e20ce32b2ea4f6209398b2 (diff)
downloadlv2-413f33c3bbe27c6835592d892be8628ecfa09b24.tar.xz
Add lv2:control for designating primary event-based control ports.
Set range of lv2:designation to lv2:Designation. Make lv2:Parameter rdfs:subClassOf rdf:Property.
Diffstat (limited to 'lv2/lv2plug.in/ns/lv2core/lv2.h')
-rw-r--r--lv2/lv2plug.in/ns/lv2core/lv2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/lv2core/lv2.h b/lv2/lv2plug.in/ns/lv2core/lv2.h
index 5848691..a63aead 100644
--- a/lv2/lv2plug.in/ns/lv2core/lv2.h
+++ b/lv2/lv2plug.in/ns/lv2core/lv2.h
@@ -86,6 +86,7 @@
#define LV2_CORE__appliesTo LV2_CORE_PREFIX "appliesTo"
#define LV2_CORE__binary LV2_CORE_PREFIX "binary"
#define LV2_CORE__connectionOptional LV2_CORE_PREFIX "connectionOptional"
+#define LV2_CORE__control LV2_CORE_PREFIX "control"
#define LV2_CORE__default LV2_CORE_PREFIX "default"
#define LV2_CORE__designation LV2_CORE_PREFIX "designation"
#define LV2_CORE__documentation LV2_CORE_PREFIX "documentation"