summaryrefslogtreecommitdiff
path: root/libs/ardour/lv2_evbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/lv2_evbuf.h')
-rw-r--r--libs/ardour/lv2_evbuf.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/ardour/lv2_evbuf.h b/libs/ardour/lv2_evbuf.h
index fdb7766f96..3700be8e02 100644
--- a/libs/ardour/lv2_evbuf.h
+++ b/libs/ardour/lv2_evbuf.h
@@ -93,6 +93,12 @@ uint32_t
lv2_evbuf_get_size(LV2_Evbuf* evbuf);
/**
+ Return the available capacity of the buffer
+*/
+uint32_t
+lv2_evbuf_get_capacity(LV2_Evbuf* evbuf);
+
+/**
Return the actual buffer implementation.
The format of the buffer returned depends on the buffer type.
*/