summaryrefslogtreecommitdiff
path: root/rotord/src/rendercontext.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-09-17 13:57:56 +0100
committerTim Redfern <tim@eclectronics.org>2013-09-17 13:57:56 +0100
commiteb88e47020201deef27adb81da22b91579c9405c (patch)
tree1d67ae8adc796888e3802eba285765c2db7c92fd /rotord/src/rendercontext.h
parent2de4f935a611e74428dea87e060dc9b38244b9ff (diff)
non blocking graph load
Diffstat (limited to 'rotord/src/rendercontext.h')
-rw-r--r--rotord/src/rendercontext.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/rotord/src/rendercontext.h b/rotord/src/rendercontext.h
index 16d007d..2c88510 100644
--- a/rotord/src/rendercontext.h
+++ b/rotord/src/rendercontext.h
@@ -71,6 +71,7 @@ namespace Rotor {
}
else cerr<<"Rotor: settings.xml not found, using defaults"<<endl;
+ output_filename=graph_filename=graph_body="";
};
~Render_context(){delete audio_thumb;};
void runTask();
@@ -102,6 +103,8 @@ namespace Rotor {
std::string graph_dir;
std::string media_dir;
std::string output_dir;
+ std::string graph_filename;
+ std::string graph_body;
Audio_thumbnailer *audio_thumb;
Graph graph;