From c94231abbc601652e73423ec6e43a1e241024a17 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 17 Jul 2012 20:32:37 +0000 Subject: Implement worker extension correctly (for one voice only). Woring sequence port I/O for LV2 nodes. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4543 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/Buffer.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/server/Buffer.hpp') diff --git a/src/server/Buffer.hpp b/src/server/Buffer.hpp index f0a84910..ee8f2361 100644 --- a/src/server/Buffer.hpp +++ b/src/server/Buffer.hpp @@ -55,6 +55,9 @@ public: LV2_URID type() const { return _type; } uint32_t capacity() const { return _capacity; } + /// Sequence buffers only + void prepare_output_write(Context& context); + /// Sequence buffers only bool append_event(int64_t frames, uint32_t size, -- cgit v1.2.1