From ebc874413991fbc3d07493ece55f88f23e437af6 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 14 May 2014 20:06:02 +0100 Subject: NT bugs cleaned and variable array type functional --- NT/src/graph.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'NT/src/graph.cpp') diff --git a/NT/src/graph.cpp b/NT/src/graph.cpp index f108f55..5b0a15a 100644 --- a/NT/src/graph.cpp +++ b/NT/src/graph.cpp @@ -123,6 +123,7 @@ bool Graph::parse_json(string &data,string &media_path){ check_audio(root["audio"].asString(),media_path); init(root["id"].asString()); Json::Value jnodes = root["nodes"]; + //std::cerr<<"json parser found "<