From e24148d9d7af6f2c22b6faf49dfc6b89ec67fc6f Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 27 Jan 2010 02:22:08 +0000 Subject: [PATCH] more MTC debugging git-svn-id: svn://localhost/ardour2/branches/3.0@6572 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/mtc_slave.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {