From 06c34ee30b63d0cfd8c7ae77adc637f9da9a84dd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 12 Jan 2014 02:46:46 +0000 Subject: Combine port buffers and set state into a single voice object. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5309 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/InputPort.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/server/InputPort.hpp') diff --git a/src/server/InputPort.hpp b/src/server/InputPort.hpp index 43a182e4..da0d9327 100644 --- a/src/server/InputPort.hpp +++ b/src/server/InputPort.hpp @@ -75,10 +75,10 @@ public: bool apply_poly(ProcessContext& context, Raul::Maid& maid, uint32_t poly); - bool get_buffers(BufferFactory& bufs, - Raul::Array* buffers, - uint32_t poly, - bool real_time) const; + bool get_buffers(BufferFactory& bufs, + Raul::Array* voices, + uint32_t poly, + bool real_time) const; void pre_process(Context& context); void post_process(Context& context); -- cgit v1.2.1