mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-30 18:37:40 +01:00
fix error introduced in MTC transport master
This commit is contained in:
parent
7cdf25e02f
commit
1dc35d157e
1 changed files with 2 additions and 0 deletions
|
|
@ -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 ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue