temporal: add DEBUG_TRACE message

This commit is contained in:
Paul Davis 2022-05-13 19:00:11 -06:00
parent 4defa3ae8f
commit b0ff612572
1 changed files with 1 additions and 0 deletions

View File

@ -1207,6 +1207,7 @@ TempoMap::reset_starting_at (superclock_t sc)
++pp;
}
DEBUG_TRACE (DEBUG::MapReset, string_compose ("considering omega comp for %1 with nxt = %2\n", *tp, nxt_tempo));
if (tp->ramped() && nxt_tempo) {
tp->compute_omega_from_next_tempo (*nxt_tempo, BeatTime);
}