mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 22:55:44 +01:00
temporal: extend debug output
This commit is contained in:
parent
4b52e1bf23
commit
146b432c51
1 changed files with 1 additions and 1 deletions
|
|
@ -512,7 +512,7 @@ TempoPoint::quarters_at_superclock (superclock_t sc) const
|
|||
|
||||
Tempo::superbeats_to_beats_ticks (superbeats, b, t);
|
||||
|
||||
DEBUG_TRACE (DEBUG::TemporalMap, string_compose ("%7 => \nsc %1 = %2 secs rem = %3 rem sbeats = %4 => %5 : %6\n", sc, whole_seconds, remainder, superbeats, b , t, *this));
|
||||
DEBUG_TRACE (DEBUG::TemporalMap, string_compose ("%8 => \nsc %1 = %2 secs rem = %3 rem snotes %4 sbeats = %5 => %6 : %7\n", sc, whole_seconds, remainder, supernotes, superbeats, b , t, *this));
|
||||
|
||||
return Beats (b, t);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue