mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 00:56:33 +01:00
debug output fixes
git-svn-id: svn://localhost/ardour2/branches/3.0@6219 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
2c4fa9e19b
commit
ce0757b604
1 changed files with 5 additions and 3 deletions
|
|
@ -560,6 +560,7 @@ Session::follow_slave (nframes_t nframes)
|
|||
/* too far off, so locate and keep rolling */
|
||||
DEBUG_TRACE (DEBUG::Slave, string_compose ("slave delta is too big, locate to %1\n", slave_transport_frame));
|
||||
request_locate (slave_transport_frame, true);
|
||||
return false;
|
||||
} else {
|
||||
float adjusted_speed = slave_speed + (delta / float(_current_frame_rate));
|
||||
|
||||
|
|
@ -586,6 +587,7 @@ Session::follow_slave (nframes_t nframes)
|
|||
(int) (dir * this_delta),
|
||||
slave_speed,
|
||||
_transport_speed,
|
||||
_transport_frame,
|
||||
slave_transport_frame,
|
||||
_transport_frame,
|
||||
average_slave_delta));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue