diff --git a/libs/ardour/ltc_slave.cc b/libs/ardour/ltc_slave.cc index 55f997376d..86d3b5e20e 100644 --- a/libs/ardour/ltc_slave.cc +++ b/libs/ardour/ltc_slave.cc @@ -314,10 +314,11 @@ LTC_TransportMaster::detect_ltc_fps(int frameno, bool df) { bool fps_changed = false; double detected_fps = 0; - if (frameno > ltc_detect_fps_max) - { + + if (frameno > ltc_detect_fps_max) { ltc_detect_fps_max = frameno; } + ltc_detect_fps_cnt++; if (ltc_detect_fps_cnt > 40) {