From 8c3551341c312180eba79551bbc2f29f2797bdca Mon Sep 17 00:00:00 2001 From: "Julien \"_FrnchFrgg_\" RIVAUD" Date: Fri, 15 Jul 2016 02:02:21 +0200 Subject: Make Route and Track ::silent_roll() also flush out ports buffers So that MIDI in the ports is really made silent. --- libs/ardour/route.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/route.cc') diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc index 1e1be37d9f..46b17cdbc7 100644 --- a/libs/ardour/route.cc +++ b/libs/ardour/route.cc @@ -3501,6 +3501,7 @@ int Route::silent_roll (pframes_t nframes, framepos_t /*start_frame*/, framepos_t /*end_frame*/, bool& /* need_butler */) { silence (nframes); + flush_processor_buffers_locked (nframes); return 0; } -- cgit v1.2.3