debugging for songshop/mtc

git-svn-id: svn://localhost/ardour2/trunk@1710 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2007-04-13 01:50:39 +00:00
parent 01ee3a90c7
commit 799e204be4

View file

@ -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) {