diff --git a/libs/ardour/butler.cc b/libs/ardour/butler.cc index f8f8c83eba..95ba2a3ffe 100644 --- a/libs/ardour/butler.cc +++ b/libs/ardour/butler.cc @@ -215,6 +215,7 @@ Butler::thread_work () boost::shared_ptr tr = boost::dynamic_pointer_cast (_session.the_auditioner()); DEBUG_TRACE (DEBUG::Butler, "seek the auditioner\n"); tr->seek(audition_seek); + tr->do_refill (); _session.the_auditioner()->seek_response(audition_seek); }