From 54969d8aabc29277b451d32a82cba2827bf0c68a Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Mon, 8 May 2023 07:41:37 -0500 Subject: [PATCH] fix thinko resulting in duplicate bar-names after a tempo-mapping op --- libs/temporal/tempo.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/temporal/tempo.cc b/libs/temporal/tempo.cc index 7431e021e2..9d73c29d40 100644 --- a/libs/temporal/tempo.cc +++ b/libs/temporal/tempo.cc @@ -2369,7 +2369,6 @@ TempoMap::get_grid (TempoMapPoints& ret, superclock_t start, superclock_t end, u if (!mtp) { if (bbt == p->bbt()) { - ret.push_back (TempoMapPoint (*this, metric, start, beats, bbt)); DEBUG_TRACE (DEBUG::Grid, string_compose ("Gc %1\t [%2]\n", metric, ret.back())); DEBUG_TRACE (DEBUG::Grid, string_compose ("we've reached the next point via BBT, BBT %1 audio %2 point %3\n", bbt, start, *p)); reset = true;