mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
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.
This commit is contained in:
parent
a8d62ce056
commit
e52fd47049
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue