no need to request stop if locating with MustStop
This commit is contained in:
parent
5a159abe1f
commit
6b7be1083b
@ -401,7 +401,6 @@ MTC_TransportMaster::update_mtc_time (const MIDI::byte *msg, bool was_full, samp
|
||||
boost::shared_ptr<TransportMaster> c = TransportMasterManager::instance().current();
|
||||
if (c && c.get() == this && _session->config.get_external_sync()) {
|
||||
_session->set_requested_return_sample (-1);
|
||||
_session->request_transport_speed (0, TRS_MTC);
|
||||
_session->request_locate (mtc_frame, MustStop, TRS_MTC);
|
||||
}
|
||||
update_mtc_status (MIDI::MTC_Stopped);
|
||||
|
Loading…
Reference in New Issue
Block a user