aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-17 19:39:50 +0000
committerDavid Robillard <d@drobilla.net>2012-04-17 19:39:50 +0000
commitfba2266a76595c9b2e9f7d25953c95de88367498 (patch)
treed08d85e8bf72c2e30730cf2c17a055f0138441c7 /lv2/lv2plug.in
parent6322b252963f1f841feb776582f0abe05316530b (diff)
downloadlv2-fba2266a76595c9b2e9f7d25953c95de88367498.tar.xz
Add URI define for lv2:project.
Diffstat (limited to 'lv2/lv2plug.in')
-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 9249cd3..5848691 100644
--- a/lv2/lv2plug.in/ns/lv2core/lv2.h
+++ b/lv2/lv2plug.in/ns/lv2core/lv2.h
@@ -106,6 +106,7 @@
#define LV2_CORE__optionalFeature LV2_CORE_PREFIX "optionalFeature"
#define LV2_CORE__port LV2_CORE_PREFIX "port"
#define LV2_CORE__portProperty LV2_CORE_PREFIX "portProperty"
+#define LV2_CORE__project LV2_CORE_PREFIX "project"
#define LV2_CORE__reportsLatency LV2_CORE_PREFIX "reportsLatency"
#define LV2_CORE__requiredFeature LV2_CORE_PREFIX "requiredFeature"
#define LV2_CORE__sampleRate LV2_CORE_PREFIX "sampleRate"