From c6ff21f91af949251aa8f58b335b87e1a1c78f54 Mon Sep 17 00:00:00 2001 From: Atsushi Eno Date: Sun, 19 Jul 2020 03:33:31 +0900 Subject: Add missing define for bufsz:coarseBlockLength --- lv2/buf-size/buf-size.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lv2') diff --git a/lv2/buf-size/buf-size.h b/lv2/buf-size/buf-size.h index 7655c77..ae86545 100644 --- a/lv2/buf-size/buf-size.h +++ b/lv2/buf-size/buf-size.h @@ -31,6 +31,7 @@ #define LV2_BUF_SIZE_PREFIX LV2_BUF_SIZE_URI "#" ///< http://lv2plug.in/ns/ext/buf-size# #define LV2_BUF_SIZE__boundedBlockLength LV2_BUF_SIZE_PREFIX "boundedBlockLength" ///< http://lv2plug.in/ns/ext/buf-size#boundedBlockLength +#define LV2_BUF_SIZE__coarseBlockLength LV2_BUF_SIZE_PREFIX "coarseBlockLength" ///< http://lv2plug.in/ns/ext/buf-size#coarseBlockLength #define LV2_BUF_SIZE__fixedBlockLength LV2_BUF_SIZE_PREFIX "fixedBlockLength" ///< http://lv2plug.in/ns/ext/buf-size#fixedBlockLength #define LV2_BUF_SIZE__maxBlockLength LV2_BUF_SIZE_PREFIX "maxBlockLength" ///< http://lv2plug.in/ns/ext/buf-size#maxBlockLength #define LV2_BUF_SIZE__minBlockLength LV2_BUF_SIZE_PREFIX "minBlockLength" ///< http://lv2plug.in/ns/ext/buf-size#minBlockLength -- cgit v1.2.1