summaryrefslogtreecommitdiff
path: root/rotord/graph.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-05-22 19:39:11 +0100
committerTim Redfern <tim@eclectronics.org>2013-05-22 19:39:11 +0100
commit55513473ca37841b40662e1a0221d7dd260a59b7 (patch)
treebe531f11f5258fa3cd576e2a8432513989fc82fa /rotord/graph.cpp
parent2c3a51b49232ebd6776ba491f96335208d3fdc66 (diff)
baffled by audio analysis
Diffstat (limited to 'rotord/graph.cpp')
-rw-r--r--rotord/graph.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/rotord/graph.cpp b/rotord/graph.cpp
index 57cae92..eedcd88 100644
--- a/rotord/graph.cpp
+++ b/rotord/graph.cpp
@@ -97,6 +97,7 @@ bool Graph::load(string &filename){
}
else cerr << "Rotor: linking parameter input " << i4 << " of node: '" << nodeID << "', cannot find target '" << fromID << "'" << endl;
}
+ nodes[nodeID]->link_params();
xml.popTag();
}
}