From 9dddffcc8ff4e7747c86844194f4041f8733a189 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 2 Dec 2009 21:26:26 +0000 Subject: more MTC stuff, including toggleable use of torben's PI controller git-svn-id: svn://localhost/ardour2/branches/3.0@6265 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/midi++2/mtc.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libs/midi++2/mtc.cc') diff --git a/libs/midi++2/mtc.cc b/libs/midi++2/mtc.cc index 74b528e5e3..a49f469d2b 100644 --- a/libs/midi++2/mtc.cc +++ b/libs/midi++2/mtc.cc @@ -226,7 +226,7 @@ Parser::process_mtc_quarter_frame (byte *msg) /* time code is looking good */ #ifdef DEBUG_MTC - cerr << "for quarter frame " << which_quarter_frame << " byte = " << hex << (int) msg[1] << dec << endl; + // cerr << "for quarter frame " << which_quarter_frame << " byte = " << hex << (int) msg[1] << dec << endl; #endif switch (which_quarter_frame) { @@ -276,6 +276,10 @@ Parser::process_mtc_quarter_frame (byte *msg) } +#ifdef DEBUG_MTC + cerr << "Emit MTC Qtr\n"; +#endif + mtc_qtr (*this, which_quarter_frame, _timestamp); /* EMIT_SIGNAL */ // mtc (*this, &msg[1], msglen - 1); -- cgit v1.2.3