From: Paul Davis Date: Fri, 13 Apr 2007 01:50:39 +0000 (+0000) Subject: debugging for songshop/mtc X-Git-Tag: 2.8.16~2193 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=799e204be4b30f8241b2f8873a0b33ac9bd8c4e4;p=ardour.git debugging for songshop/mtc git-svn-id: svn://localhost/ardour2/trunk@1710 d708f5d6-7413-0410-9779-e7cbd77b26cf --- diff --git a/libs/ardour/session_midi.cc b/libs/ardour/session_midi.cc index f58098d9d1..3b853bffce 100644 --- a/libs/ardour/session_midi.cc +++ b/libs/ardour/session_midi.cc @@ -720,6 +720,9 @@ Session::send_time_code_in_another_thread (bool full) return; } + cerr << "send " << (full ? "full" : "qtr") << " MTC message, _frames_per_smpte_frame = " + << _frames_per_smpte_frame << endl; + MIDIRequest* request = new MIDIRequest; if (full) {