mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 22:25:46 +01:00
enhanced debug trace output
This commit is contained in:
parent
d26a835d35
commit
a84164cd94
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ TransportMaster::speed_and_position (double& speed, samplepos_t& pos, samplepos_
|
|||
speed = last.speed;
|
||||
pos = last.position + (now - last.timestamp) * last.speed;
|
||||
|
||||
DEBUG_TRACE (DEBUG::Slave, string_compose ("%1: speed_and_position tme: %2 pos: %3 spd: %4\n", name(), last.timestamp, last.position, last.speed));
|
||||
DEBUG_TRACE (DEBUG::Slave, string_compose ("%1: speed_and_position @ %5 last @ %2 pos: %3 spd: %4\n", name(), last.timestamp, last.position, last.speed, now));
|
||||
|
||||
lp = last.position;
|
||||
when = last.timestamp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue