aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/patch/patch.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-01-10 05:51:00 +0000
committerDavid Robillard <d@drobilla.net>2013-01-10 05:51:00 +0000
commitbdf14db0af9cf3ebc52225f8b33abd6def61587d (patch)
tree9af34d6e1cbbcdfb80b26983b505b814695c4b06 /lv2/lv2plug.in/ns/ext/patch/patch.h
parentb73784ea11af64f1e655637aa2012f454748a87f (diff)
downloadlv2-bdf14db0af9cf3ebc52225f8b33abd6def61587d.tar.xz
Make patch:Set a compact message for setting one property.
Add patch:readable and patch:writable for describing available properties.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/patch/patch.h')
-rw-r--r--lv2/lv2plug.in/ns/ext/patch/patch.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/ext/patch/patch.h b/lv2/lv2plug.in/ns/ext/patch/patch.h
index d03cdae..1a7a893 100644
--- a/lv2/lv2plug.in/ns/ext/patch/patch.h
+++ b/lv2/lv2plug.in/ns/ext/patch/patch.h
@@ -43,9 +43,13 @@
#define LV2_PATCH__add LV2_PATCH_PREFIX "add"
#define LV2_PATCH__body LV2_PATCH_PREFIX "body"
#define LV2_PATCH__destination LV2_PATCH_PREFIX "destination"
+#define LV2_PATCH__property LV2_PATCH_PREFIX "property"
+#define LV2_PATCH__readable LV2_PATCH_PREFIX "readable"
#define LV2_PATCH__remove LV2_PATCH_PREFIX "remove"
#define LV2_PATCH__request LV2_PATCH_PREFIX "request"
#define LV2_PATCH__subject LV2_PATCH_PREFIX "subject"
+#define LV2_PATCH__value LV2_PATCH_PREFIX "value"
#define LV2_PATCH__wildcard LV2_PATCH_PREFIX "wildcard"
+#define LV2_PATCH__writable LV2_PATCH_PREFIX "writable"
#endif /* LV2_PATCH_H */