13
0

fix error introduced in MTC transport master

This commit is contained in:
Paul Davis 2018-10-04 00:40:04 -04:00
parent 7cdf25e02f
commit 1dc35d157e

View File

@ -287,6 +287,8 @@ MTC_TransportMaster::update_mtc_qtr (Parser& p, int which_qtr, samplepos_t now)
DEBUG_TRACE (DEBUG::MTC, string_compose ("qtr sample DLL t0:%1 t1:%2 err:%3 spd:%4 ddt:%5\n", t0, t1, e, mtc_speed, e2 - qtr_d));
current.update (mtc_frame, now, mtc_speed);
last_inbound_frame = now;
}
maybe_reset ();