mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 19:56:31 +01:00
attempt fix for LTC slave when locating
This commit is contained in:
parent
b61146365f
commit
b5e1877297
1 changed files with 1 additions and 1 deletions
|
|
@ -550,7 +550,7 @@ LTC_Slave::speed_and_position (double& speed, framepos_t& pos)
|
||||||
|
|
||||||
if (((pos < 0) || (labs(current_delta) > 2 * session.frame_rate()))) {
|
if (((pos < 0) || (labs(current_delta) > 2 * session.frame_rate()))) {
|
||||||
DEBUG_TRACE (DEBUG::LTC, string_compose ("LTC large drift: %1\n", current_delta));
|
DEBUG_TRACE (DEBUG::LTC, string_compose ("LTC large drift: %1\n", current_delta));
|
||||||
reset(false);
|
reset();
|
||||||
speed = 0;
|
speed = 0;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue