From 18b3b3a7f81e03ac7833eb8b99ea9c59274f872a Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Tue, 20 Aug 2013 17:26:56 +0100 Subject: fixed signal_colour, creating audio visualisation framework --- rotord/src/graph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rotord/src/graph.cpp') diff --git a/rotord/src/graph.cpp b/rotord/src/graph.cpp index 3aa2925..026325f 100644 --- a/rotord/src/graph.cpp +++ b/rotord/src/graph.cpp @@ -151,7 +151,7 @@ bool Graph::parseXml(string media_path){ } else cerr << "Rotor: linked parameter input " << i4 << " of node '" << nodeID << "' to node '" << fromID << "'" << endl; } - else cerr << "Rotor: linking parameter input " << i4 << " of node: '" << nodeID << "', cannot find target '" << fromID << "'" << endl; + else if (fromID!="") cerr << "Rotor: linking parameter input " << i4 << " of node: '" << nodeID << "', cannot find target '" << fromID << "'" << endl; } else cerr << "Rotor: cannot find parameter input '" << parameter << "' of "<