From e05b0862b5345f35d8ab88e8952e2e6fb013aa0a Mon Sep 17 00:00:00 2001 From: nick_m Date: Fri, 10 Jun 2016 01:07:25 +1000 Subject: [PATCH] Audio locked meters with an existing tempo may be dragged past that tempo's location. --- libs/ardour/tempo.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ardour/tempo.cc b/libs/ardour/tempo.cc index c39a78ff7f..7dc3350141 100644 --- a/libs/ardour/tempo.cc +++ b/libs/ardour/tempo.cc @@ -2027,6 +2027,7 @@ TempoMap::solve_map_frame (Metrics& imaginary, TempoSection* section, const fram if (prev_t) { if (t == section) { section_prev = prev_t; + prev_t = t; continue; } if (t->position_lock_style() == MusicTime) {