summaryrefslogtreecommitdiff
path: root/rotord/src/rendercontext.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-10-31 14:05:48 +0000
committerTim Redfern <tim@eclectronics.org>2013-10-31 14:05:48 +0000
commit3fc55826cad90c650787e31c1726d5fc49b83892 (patch)
tree896b386dd46c13e14feb8a14840e0db8565e370a /rotord/src/rendercontext.cpp
parent834835c99dd9fd182ca3116b5bc3e7ae8b3815ad (diff)
audio thumbnails
Diffstat (limited to 'rotord/src/rendercontext.cpp')
-rw-r--r--rotord/src/rendercontext.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/rotord/src/rendercontext.cpp b/rotord/src/rendercontext.cpp
index 359116f..779a1b7 100644
--- a/rotord/src/rendercontext.cpp
+++ b/rotord/src/rendercontext.cpp
@@ -24,6 +24,7 @@ void Render_context::runTask() {
}
}
if (graph.load_audio(graph.audio_filename,processors)) {
+ graph.audio_loaded=false;
state=IDLE;
}
else {