From 52011c3b045d9f49a4bc25c9f545bb35e5c2a0a9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 12 May 2012 07:04:11 +0000 Subject: More work towards checking contexts via parameter rather than thread magic. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4376 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/InputPort.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/server/InputPort.hpp') diff --git a/src/server/InputPort.hpp b/src/server/InputPort.hpp index 2565a48d..0dbf3550 100644 --- a/src/server/InputPort.hpp +++ b/src/server/InputPort.hpp @@ -73,7 +73,8 @@ public: bool apply_poly(ProcessContext& context, Raul::Maid& maid, uint32_t poly); - bool get_buffers(BufferFactory& bufs, + bool get_buffers(Context& context, + BufferFactory& bufs, Raul::Array* buffers, uint32_t poly) const; -- cgit v1.2.1