summaryrefslogtreecommitdiffstats
path: root/src/engine/PatchImpl.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-11-22 23:31:46 +0000
committerDavid Robillard <d@drobilla.net>2008-11-22 23:31:46 +0000
commit9845c8616439e9c284b9d82b9ed17296dacaaa4e (patch)
treedbdc41c05d74c8b8c031fa040a4f9c98d8e66f97 /src/engine/PatchImpl.cpp
parentfb87e81926cc0487b5f0e165806a7cc95053635e (diff)
downloadingen-9845c8616439e9c284b9d82b9ed17296dacaaa4e.tar.gz
ingen-9845c8616439e9c284b9d82b9ed17296dacaaa4e.tar.bz2
ingen-9845c8616439e9c284b9d82b9ed17296dacaaa4e.zip
Minor cleanup.
Don't initialize buffers twice on port creation (speed up node creation a bit). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1773 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/PatchImpl.cpp')
-rw-r--r--src/engine/PatchImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/PatchImpl.cpp b/src/engine/PatchImpl.cpp
index 9f0ae701..b7de5103 100644
--- a/src/engine/PatchImpl.cpp
+++ b/src/engine/PatchImpl.cpp
@@ -439,7 +439,7 @@ PatchImpl::compile() const
{
assert(ThreadManager::current_thread_id() == THREAD_PRE_PROCESS);
- //cerr << "*********** Building process order for " << path() << endl;
+ //cerr << "*********** Compiling " << path() << endl;
CompiledPatch* const compiled_patch = new CompiledPatch();//_nodes.size());