From fa1a3122c2c2b07daa5b03c7def8f31a1e5a89fc Mon Sep 17 00:00:00 2001 From: Comment Date: Wed, 16 Oct 2013 08:45:27 -0700 Subject: audio_analyser2 --- rotord/src/graph.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'rotord/src/graph.cpp') diff --git a/rotord/src/graph.cpp b/rotord/src/graph.cpp index 9f90486..0c47c78 100644 --- a/rotord/src/graph.cpp +++ b/rotord/src/graph.cpp @@ -407,6 +407,7 @@ bool Graph::parseJson(string &data,string &media_path){ string val=jnodes[i]["attributes"][m]["value"].asString(); if (val!=nodes[nodeID]->attributes.find(attribute)->second->value){ nodes[nodeID]->attributes.find(attribute)->second->value=val; + nodes[nodeID]->init_attribute(attribute); cerr << "Rotor: set attribute '"<attributes.find(attribute)->second->value=val; -- cgit v1.2.3