more debugging tweaks
git-svn-id: svn://localhost/ardour2/branches/3.0@6223 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -274,6 +274,7 @@ MTC_Slave::speed_and_position (double& speed, nframes64_t& pos)
|
||||
if (first_mtc_time == 0) {
|
||||
speed = 0;
|
||||
pos = last.position;
|
||||
DEBUG_TRACE (DEBUG::MTC, string_compose ("first call to MTC_Slave::speed_and_position, pos = %1\n", last.position));
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user