summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/CompiledPatch.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-08-10 21:44:30 +0000
committerDavid Robillard <d@drobilla.net>2007-08-10 21:44:30 +0000
commit153fe99497a7ccc91aac6082b29748a66792d374 (patch)
tree7b0026fb763a5ccf6c3dd435f9d628b4d6cda12f /src/libs/engine/CompiledPatch.hpp
parentc2ea92fd6a6a24520d7f8047cc9c0d8905bc3351 (diff)
downloadingen-153fe99497a7ccc91aac6082b29748a66792d374.tar.gz
ingen-153fe99497a7ccc91aac6082b29748a66792d374.tar.bz2
ingen-153fe99497a7ccc91aac6082b29748a66792d374.zip
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
Diffstat (limited to 'src/libs/engine/CompiledPatch.hpp')
-rw-r--r--src/libs/engine/CompiledPatch.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libs/engine/CompiledPatch.hpp b/src/libs/engine/CompiledPatch.hpp
index 9ab252b3..f5de52e1 100644
--- a/src/libs/engine/CompiledPatch.hpp
+++ b/src/libs/engine/CompiledPatch.hpp
@@ -31,9 +31,7 @@ using namespace std;
namespace Ingen {
-/** A node, and it's providers/dependants.
- *
- * This is all the information required to execute a node in a process thread.
+/** All information required about a node to execute it in an audio thread.
*/
struct CompiledNode {
CompiledNode(Node* n, size_t np, List<Node*>* d)