From bfca1f3a2739c1c0148b0641d3bdb8f4ea16b431 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 4 Jan 2010 20:59:01 +0000 Subject: Remove redundant LV2EventBuffer class and merge with EventBuffer. Refactor mixing from an in-place Buffer method (which doesn't work with EventBuffer) to a single function that takes an out of place destination and an array of sources. Fix audio buffer mixing for control<->audio. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2333 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/ObjectBuffer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine/ObjectBuffer.hpp') diff --git a/src/engine/ObjectBuffer.hpp b/src/engine/ObjectBuffer.hpp index 709864b9..64c52299 100644 --- a/src/engine/ObjectBuffer.hpp +++ b/src/engine/ObjectBuffer.hpp @@ -37,7 +37,7 @@ public: const void* port_data(Shared::PortType port_type) const; void copy(Context& context, const Buffer* src); - void mix(Context& context, const Buffer* src) {} + //void mix(Context& context, const Buffer* src) {} void resize(size_t size); -- cgit v1.2.1