From c32de2355e3dcc72883d54bb476f8db1138ebfae Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 21 Jan 2021 17:31:43 -0700 Subject: [PATCH] extra DEBUG_TRACE statement in tempo map grid computation --- libs/temporal/tempo.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/temporal/tempo.cc b/libs/temporal/tempo.cc index faea80500e..ce39787636 100644 --- a/libs/temporal/tempo.cc +++ b/libs/temporal/tempo.cc @@ -1853,6 +1853,8 @@ TempoMap::get_grid (TempoMapPoints& ret, superclock_t start, superclock_t end, u bbt.bars += bar_mod; + DEBUG_TRACE (DEBUG::Grid, string_compose ("bar mod %1 moved to %2\n", bar_mod, bbt)) + /* could have invalidated the current metric */ if (first_of_three && (bbt > first_of_three->bbt())) {