more MTC debugging
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 27 Jan 2010 02:22:08 +0000 (02:22 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 27 Jan 2010 02:22:08 +0000 (02:22 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@6572 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/mtc_slave.cc

index 7d6416b5d62eb6f303af0ab8c6bc35089a0a14c3..8cc54d577d6d3dec533f041314ccfff35279d1c9 100644 (file)
@@ -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 {