From 6b7be1083be067e2de372da2922945a34869cfa5 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 15 Apr 2021 23:10:11 -0600 Subject: [PATCH] no need to request stop if locating with MustStop --- libs/ardour/mtc_slave.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/ardour/mtc_slave.cc b/libs/ardour/mtc_slave.cc index 66163a83ae..5a620c74b0 100644 --- a/libs/ardour/mtc_slave.cc +++ b/libs/ardour/mtc_slave.cc @@ -401,7 +401,6 @@ MTC_TransportMaster::update_mtc_time (const MIDI::byte *msg, bool was_full, samp boost::shared_ptr 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);