diff --git a/libs/ardour/mtc_slave.cc b/libs/ardour/mtc_slave.cc index 7d6416b5d6..8cc54d577d 100644 --- a/libs/ardour/mtc_slave.cc +++ b/libs/ardour/mtc_slave.cc @@ -194,8 +194,8 @@ MTC_Slave::update_mtc_time (const byte *msg, bool was_full, nframes_t now) window_begin, window_end, mtc_frame)); update_mtc_status (MIDI::MTC_Stopped); DEBUG_TRACE (DEBUG::MTC, string_compose ("outside, so window root reset to %1\n", mtc_frame)); - reset_window (mtc_frame); reset (); + reset_window (mtc_frame); } else {