summaryrefslogtreecommitdiff
path: root/rotord/src/rendercontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'rotord/src/rendercontext.h')
-rw-r--r--rotord/src/rendercontext.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/rotord/src/rendercontext.h b/rotord/src/rendercontext.h
index 8542bf1..d7d220e 100644
--- a/rotord/src/rendercontext.h
+++ b/rotord/src/rendercontext.h
@@ -7,6 +7,12 @@
#include "rotor.h"
#include "graph.h"
+/*------------------------
+
+Render context packages the management of a rotor graph as a web service
+
+-------------------------*/
+
namespace Rotor {
#define IDLE 0
#define ANALYSING_AUDIO 1
@@ -69,7 +75,6 @@ namespace Rotor {
void add_queue(Session_task item);
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?
Render_status get_render_status(const string &uid){
//cerr<<"render status requested: "<<uid<<" status: "<<renders[uid].status<<endl;