From e52fd47049927954ded629dac23cd6e22b1592bd Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 18 Nov 2019 20:21:40 +0100 Subject: Latency compensation is independent of transport-logic This also fixes a concurrency issue when when non-realtime-stop and graph-reorder or other rt-latency changes coincide. --- libs/ardour/session_transport.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'libs/ardour/session_transport.cc') diff --git a/libs/ardour/session_transport.cc b/libs/ardour/session_transport.cc index 49abf6fd63..116091db18 100644 --- a/libs/ardour/session_transport.cc +++ b/libs/ardour/session_transport.cc @@ -1483,8 +1483,6 @@ Session::non_realtime_stop (bool abort, int on_entry, bool& finished) for (VCAList::const_iterator i = v.begin(); i != v.end(); ++i) { (*i)->non_realtime_transport_stop (_transport_sample, !(ptw & PostTransportLocate)); } - - update_latency_compensation (false, false); } /* If we are not synced to a "true" external master, and we're not -- cgit v1.2.3