summaryrefslogtreecommitdiff
path: root/rotord/src/rendercontext.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-09-07 14:57:23 +0100
committerTim Redfern <tim@eclectronics.org>2013-09-07 14:57:23 +0100
commit6f0f7600e22590b28fc6b0d11a28fa7a42931e20 (patch)
treeb18450ac2d291c6de46385e17bcbd13928e410b6 /rotord/src/rendercontext.h
parentfea5bf3ffeac6f7a4c5cccb69c5ce51e4a42dbaf (diff)
refactoring
Diffstat (limited to 'rotord/src/rendercontext.h')
-rw-r--r--rotord/src/rendercontext.h3
1 files changed, 1 insertions, 2 deletions
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<Audio_processor*> 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: "<<uid<<" status: "<<renders[uid].status<<endl;