From 9d6fe33bea0f070356d02a9196e9dfbfa3d0cf8d Mon Sep 17 00:00:00 2001 From: Comment Date: Tue, 15 Oct 2013 00:49:21 -0700 Subject: noise node --- rotord/src/graph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rotord/src/graph.h') diff --git a/rotord/src/graph.h b/rotord/src/graph.h index e40d753..5e3d1cd 100644 --- a/rotord/src/graph.h +++ b/rotord/src/graph.h @@ -44,7 +44,7 @@ namespace Rotor { std::unordered_map nodes; vector find_nodes(const string &type); //could be a way of finding a set based on capabilities? Node* find_node(const string &type); - bool signal_render(string &signal_xml,const float framerate); + bool signal_render(xmlIO &XML,const float framerate); bool video_render(const string &output_filename,const float framerate,int start, int end); bool load(string data,string media_path); bool loadFile(string &filename,string media_path); -- cgit v1.2.3