From 571cbb33901b2a6b6fbc6f311723bc9bc561e731 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 11 Aug 2012 02:13:56 +0000 Subject: Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block(). Custom SSE accelerated peak detection when SSE is available at compile time. Less mixing overhead in general. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4651 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/LV2Node.hpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/server/LV2Node.hpp') diff --git a/src/server/LV2Node.hpp b/src/server/LV2Node.hpp index 104c64d9..b83cf943 100644 --- a/src/server/LV2Node.hpp +++ b/src/server/LV2Node.hpp @@ -59,10 +59,9 @@ public: void process(ProcessContext& context); - void set_port_buffer(uint32_t voice, - uint32_t port_num, - BufferRef buf, - SampleCount offset); + void set_port_buffer(uint32_t voice, + uint32_t port_num, + BufferRef buf); protected: SharedPtr make_instance(URIs& uris, -- cgit v1.2.1