mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 14:46:34 +01:00
more debug
git-svn-id: svn://localhost/ardour2/branches/3.0@6563 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
40a6c4f1a0
commit
6236cf7df2
1 changed files with 6 additions and 3 deletions
|
|
@ -129,14 +129,17 @@ Parser::process_mtc_quarter_frame (byte *msg)
|
||||||
|
|
||||||
/* third quarter frame */
|
/* third quarter frame */
|
||||||
|
|
||||||
// cerr << "second seen qframe = " << (int) which_quarter_frame << endl;
|
#ifdef DEBUG_MTC
|
||||||
|
cerr << "second seen qframe = " << (int) which_quarter_frame << endl;
|
||||||
|
#endif
|
||||||
if (last_qtr_frame < which_quarter_frame) {
|
if (last_qtr_frame < which_quarter_frame) {
|
||||||
_mtc_running = MTC_Forward;
|
_mtc_running = MTC_Forward;
|
||||||
} else if (last_qtr_frame > which_quarter_frame) {
|
} else if (last_qtr_frame > which_quarter_frame) {
|
||||||
_mtc_running = MTC_Backward;
|
_mtc_running = MTC_Backward;
|
||||||
}
|
}
|
||||||
|
#ifdef DEBUG_MTC
|
||||||
|
cerr << "Send MTC status as " << _mtc_running << endl;
|
||||||
|
#endif
|
||||||
mtc_status (_mtc_running);
|
mtc_status (_mtc_running);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue