From f974f406111fc705fe21531afa7639b984e0b3f5 Mon Sep 17 00:00:00 2001 From: nick_m Date: Tue, 29 Mar 2016 05:57:51 +1100 Subject: [PATCH] Tempo ramps - fix meter drag finished bug. --- libs/ardour/tempo.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/tempo.cc b/libs/ardour/tempo.cc index 13b98c613b..2f979535e8 100644 --- a/libs/ardour/tempo.cc +++ b/libs/ardour/tempo.cc @@ -965,7 +965,7 @@ TempoMap::replace_meter (const MeterSection& ms, const Meter& meter, const BBT_T const PositionLockStyle pl = ms.position_lock_style(); if (ms.pulse() != first.pulse()) { remove_meter_locked (ms); - add_meter_locked (meter, pulse_at_beat_locked (_metrics, bbt_to_beats_locked (_metrics, where)), where, true); + add_meter_locked (meter, bbt_to_beats_locked (_metrics, where), where, true); } else { /* cannot move the first meter section */ *static_cast(&first) = meter; -- 2.30.2