summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-01-27 00:20:15 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-01-27 00:20:15 +0000
commitacaf98ce382b3de95e059719d338ffea4d7ea73d (patch)
treec4d31486dfff8c42d94ee477d14f0be036dcbbe8 /libs
parent6236cf7df25991518dba783661df3947114a6289 (diff)
more MTC debugging
git-svn-id: svn://localhost/ardour2/branches/3.0@6564 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/mtc_slave.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/mtc_slave.cc b/libs/ardour/mtc_slave.cc
index c713925475..d5ffd56c4f 100644
--- a/libs/ardour/mtc_slave.cc
+++ b/libs/ardour/mtc_slave.cc
@@ -186,6 +186,8 @@ MTC_Slave::update_mtc_time (const byte *msg, bool was_full, nframes_t now)
session.timecode_to_sample (timecode, mtc_frame, true, false);
session.request_locate (mtc_frame, false);
session.request_transport_speed (0);
+ DEBUG_TRACE (DEBUG::MTC, string_compose ("reset MTC status to stopped, outside MTC window (%1 .. %2 vs. %3)",
+ window_begin, window_end, mtc_frame));
update_mtc_status (MIDI::MTC_Stopped);
reset_window (mtc_frame);
reset ();