#include "graph.h" using namespace Rotor; using namespace std; bool Graph::check_audio(string audio,string path){ if (audio!="") { audio_filename=path+audio; Poco::File f=Poco::File(audio_filename); if (f.exists()) { //here we should check the audio is actually valid audio_loaded=true; cerr<<"Rotor: loading "<vars){ } nodes[node_id]=node; } else cerr << "ERROR: duplicate node '"<