summaryrefslogtreecommitdiff
path: root/libs/ardour/lv2_evbuf.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-06-03 00:48:17 +0200
committerRobin Gareus <robin@gareus.org>2013-06-03 00:48:17 +0200
commita1d0093bfad3bcb297a41e70c2bb343bb796bbae (patch)
treedb002165cfa8c4f20d322d96015425d26a85d7a6 /libs/ardour/lv2_evbuf.h
parent7ab25697d27fc1fdb9701b57eac75c1623a594e5 (diff)
honor LV2 rsz:minimumSize for Atom Event buffers
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.
*/