debugging for songshop/mtc
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 13 Apr 2007 01:50:39 +0000 (01:50 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 13 Apr 2007 01:50:39 +0000 (01:50 +0000)
git-svn-id: svn://localhost/ardour2/trunk@1710 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/session_midi.cc

index f58098d9d1c43d0e4a5f3598afe838ff5aef7973..3b853bffce752a3accc4cd9a501ebabf40f32ecb 100644 (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) {