From 6f0f7600e22590b28fc6b0d11a28fa7a42931e20 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sat, 7 Sep 2013 14:57:23 +0100 Subject: refactoring --- rotord/src/rendercontext.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'rotord/src/rendercontext.h') diff --git a/rotord/src/rendercontext.h b/rotord/src/rendercontext.h index 2d26ec2..bd37c53 100644 --- a/rotord/src/rendercontext.h +++ b/rotord/src/rendercontext.h @@ -5,6 +5,7 @@ #include "Poco/StringTokenizer.h" #include "rotor.h" +#include "graph.h" namespace Rotor { #define IDLE 0 @@ -69,8 +70,6 @@ namespace Rotor { void session_command(const Session_command& command,xmlIO& XML,Poco::Net::HTTPResponse::HTTPStatus& status); void cancel(); //interrupt locking process int make_preview(int nodeID, float time); //starts a frame preview - returns status code - how to retrieve? - bool load_audio(const string &filename,vector processors); - bool load_video(const string &nodeID,const string &filename);//can be performance or clip Render_status get_render_status(const string &uid){ //cerr<<"render status requested: "<