mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 23:17:46 +01:00
debugging for songshop/mtc
git-svn-id: svn://localhost/ardour2/trunk@1710 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
01ee3a90c7
commit
799e204be4
1 changed files with 3 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue