13
0

extra DEBUG_TRACE statement in tempo map grid computation

This commit is contained in:
Paul Davis 2021-01-21 17:31:43 -07:00
parent 80f543dc17
commit c32de2355e

View File

@ -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())) {