use correct API in a do-nothing-but-forced locate to start rolling

This commit is contained in:
Paul Davis 2021-04-19 15:45:07 -06:00
parent b8c7ad6a9b
commit 14c2fdccf4

View File

@ -225,7 +225,7 @@ Session::locate (samplepos_t target_sample, bool with_roll, bool with_flush, boo
*/
if (with_roll) {
set_transport_speed (_default_transport_speed, false);
start_transport ();
}
TFSM_EVENT (TransportFSM::LocateDone);
Located (); /* EMIT SIGNAL */