From 153fe99497a7ccc91aac6082b29748a66792d374 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 10 Aug 2007 21:44:30 +0000 Subject: Fix loading control values from deprecated Om patches. Eliminate parallel processing overhead if running single threaded. git-svn-id: http://svn.drobilla.net/lad/ingen@693 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/Patch.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libs/engine/Patch.hpp') diff --git a/src/libs/engine/Patch.hpp b/src/libs/engine/Patch.hpp index 7780c60b..8d17ee7c 100644 --- a/src/libs/engine/Patch.hpp +++ b/src/libs/engine/Patch.hpp @@ -97,6 +97,8 @@ public: private: inline void compile_recursive(Node* n, CompiledPatch* output) const; + void process_parallel(SampleCount nframes, FrameTime start, FrameTime end); + void process_single(SampleCount nframes, FrameTime start, FrameTime end); Engine& _engine; uint32_t _internal_poly; -- cgit v1.2.1