From 3fc55826cad90c650787e31c1726d5fc49b83892 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 31 Oct 2013 14:05:48 +0000 Subject: audio thumbnails --- rotord/src/rendercontext.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'rotord/src/rendercontext.cpp') 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 { -- cgit v1.2.3