mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 06:07:29 +01:00
slightly improve a DEBUG_TRACE message for DEBUG::Grid
This commit is contained in:
parent
46f2dba306
commit
f010133c5f
1 changed files with 1 additions and 1 deletions
|
|
@ -2655,7 +2655,7 @@ TempoMap::get_grid (TempoMapPoints& ret, superclock_t rstart, superclock_t end,
|
|||
dump (std::cout);
|
||||
}
|
||||
#endif
|
||||
DEBUG_TRACE (DEBUG::Grid, string_compose (">>> GRID START %1 .. %2 (barmod = %3)\n", rstart, end, bar_mod));
|
||||
DEBUG_TRACE (DEBUG::Grid, string_compose (">>> GRID START %1 .. %2 (barmod = %3, beat_div = %4)\n", rstart, end, bar_mod, beat_div));
|
||||
|
||||
/* The fast path: one tempo, one meter, just do (relatively) simple math */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue