From 5e66f6d3635d9f21e77fe388af606dbf18059b9e Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 19 Aug 2025 10:48:29 -0600 Subject: [PATCH] temporal: undefine macro after use --- libs/temporal/tempo.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/temporal/tempo.cc b/libs/temporal/tempo.cc index 1a56e68d2a..999e39c1ff 100644 --- a/libs/temporal/tempo.cc +++ b/libs/temporal/tempo.cc @@ -3350,6 +3350,8 @@ TempoMap::bbt_walk (BBT_Argument const & bbt, BBT_Offset const & o) const } } +#undef TEMPO_CHECK_FOR_NEW_METRIC + start.ticks += offset.ticks; if (start.ticks >= ticks_per_beat) {