13
0

NO-OP: extend debug trace output in superclock_at (BBT_Time)

This commit is contained in:
Paul Davis 2022-11-29 09:39:01 -07:00
parent 8299778d26
commit a817142676

View File

@ -681,7 +681,7 @@ TempoMetric::bbt_at (timepos_t const & pos) const
superclock_t
TempoMetric::superclock_at (BBT_Time const & bbt) const
{
DEBUG_TRACE (DEBUG::TemporalMap, string_compose ("get quarters for %1 = %2\n", bbt, _meter->quarters_at (bbt)));
DEBUG_TRACE (DEBUG::TemporalMap, string_compose ("get quarters for %1 = %2 using %3\n", bbt, _meter->quarters_at (bbt), *this));
return _tempo->superclock_at (_meter->quarters_at (bbt));
}