attempt fix for LTC slave when locating
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 28 Jul 2017 14:19:23 +0000 (10:19 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 18 Sep 2017 15:40:53 +0000 (11:40 -0400)
libs/ardour/ltc_slave.cc

index 04af930f0ea2d32626f75e59733af14aa560b29a..fe188533e76366a9b0f33bc2d6a241b5e712f099 100644 (file)
@@ -550,7 +550,7 @@ LTC_Slave::speed_and_position (double& speed, framepos_t& pos)
 
        if (((pos < 0) || (labs(current_delta) > 2 * session.frame_rate()))) {
                DEBUG_TRACE (DEBUG::LTC, string_compose ("LTC large drift: %1\n", current_delta));
-               reset(false);
+               reset();
                speed = 0;
                return true;
        }