From 9750ef664c9d0d0955acd40ebbb97cd39e5831d3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 29 Aug 2012 05:14:09 +0000 Subject: Add bufsz:maxBlockLength and bufsz:minBlockLength properties. --- lv2/lv2plug.in/ns/ext/buf-size/buf-size.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lv2/lv2plug.in/ns/ext/buf-size/buf-size.h') 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 -- cgit v1.2.1