mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
extra DEBUG_TRACE statement in tempo map grid computation
This commit is contained in:
parent
80f543dc17
commit
c32de2355e
1 changed files with 2 additions and 0 deletions
|
|
@ -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())) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue