From 65a81eec8943dc0504b8b8755f9866ee4993372c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 12 Aug 2012 05:16:58 +0000 Subject: Remove message context cruft. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4668 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/DuplexPort.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/server/DuplexPort.hpp') diff --git a/src/server/DuplexPort.hpp b/src/server/DuplexPort.hpp index 5371680d..f52d1494 100644 --- a/src/server/DuplexPort.hpp +++ b/src/server/DuplexPort.hpp @@ -55,10 +55,10 @@ public: uint32_t max_tail_poly(Context& context) const; - bool get_buffers(Context& context, - BufferFactory& bufs, + bool get_buffers(BufferFactory& bufs, Raul::Array* buffers, - uint32_t poly) const; + uint32_t poly, + bool real_time) const; void pre_process(Context& context); void post_process(Context& context); -- cgit v1.2.1