aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/buf-size/buf-size.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-08-29 05:14:09 +0000
committerDavid Robillard <d@drobilla.net>2012-08-29 05:14:09 +0000
commit9750ef664c9d0d0955acd40ebbb97cd39e5831d3 (patch)
tree3fe4e97fd4fa6af1df4f3612830a9af20e58311e /lv2/lv2plug.in/ns/ext/buf-size/buf-size.h
parent6444ed9d5268a3912174d0c3c98d4f58dfccfb0b (diff)
downloadlv2-9750ef664c9d0d0955acd40ebbb97cd39e5831d3.tar.xz
Add bufsz:maxBlockLength and bufsz:minBlockLength properties.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/buf-size/buf-size.h')
-rw-r--r--lv2/lv2plug.in/ns/ext/buf-size/buf-size.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/ext/buf-size/buf-size.h b/lv2/lv2plug.in/ns/ext/buf-size/buf-size.h
index 9a86e3d..de3509f 100644
--- a/lv2/lv2plug.in/ns/ext/buf-size/buf-size.h
+++ b/lv2/lv2plug.in/ns/ext/buf-size/buf-size.h
@@ -27,6 +27,8 @@
#define LV2_BUF_SIZE__access LV2_BUF_SIZE_PREFIX "access"
#define LV2_BUF_SIZE__boundedBlockLength LV2_BUF_SIZE_PREFIX "boundedBlockLength"
#define LV2_BUF_SIZE__fixedBlockLength LV2_BUF_SIZE_PREFIX "fixedBlockLength"
+#define LV2_BUF_SIZE__maxBlockLength LV2_BUF_SIZE_PREFIX "maxBlockLength"
+#define LV2_BUF_SIZE__minBlockLength LV2_BUF_SIZE_PREFIX "minBlockLength"
#define LV2_BUF_SIZE__powerOf2BlockLength LV2_BUF_SIZE_PREFIX "powerOf2BlockLength"
#ifdef __cplusplus