diff options
Diffstat (limited to 'src/libs/engine/CompiledPatch.hpp')
-rw-r--r-- | src/libs/engine/CompiledPatch.hpp | 4 |
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) |