Fix auditioner underrun when seeking.
prevents "disk too slow" message when seeking in the auditioner.
This commit is contained in:
parent
2aee69d6d9
commit
f1c21367f2
@ -215,6 +215,7 @@ Butler::thread_work ()
|
|||||||
boost::shared_ptr<Track> tr = boost::dynamic_pointer_cast<Track> (_session.the_auditioner());
|
boost::shared_ptr<Track> tr = boost::dynamic_pointer_cast<Track> (_session.the_auditioner());
|
||||||
DEBUG_TRACE (DEBUG::Butler, "seek the auditioner\n");
|
DEBUG_TRACE (DEBUG::Butler, "seek the auditioner\n");
|
||||||
tr->seek(audition_seek);
|
tr->seek(audition_seek);
|
||||||
|
tr->do_refill ();
|
||||||
_session.the_auditioner()->seek_response(audition_seek);
|
_session.the_auditioner()->seek_response(audition_seek);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user