summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/ardour/route.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc
index 7ff4af8ac7..a62d1a4953 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -2328,6 +2328,7 @@ Route::no_roll (nframes_t nframes, nframes_t start_frame, nframes_t end_frame,
XXX note the absurdity of ::no_roll() being called when we ARE rolling!
*/
silence (nframes);
+ return 0;
}
/* we're really not rolling, so we're either delivery silence or actually
monitoring, both of which are safe to do while session_state_changing is true.