From f1c21367f2839ab3fed9a2ec5d0f17907c6203b2 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 22 Aug 2015 16:37:08 +0200 Subject: Fix auditioner underrun when seeking. prevents "disk too slow" message when seeking in the auditioner. --- libs/ardour/butler.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/butler.cc') 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); } -- cgit v1.2.3