summaryrefslogtreecommitdiff
path: root/libs/midi++2
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-08-12 05:40:11 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-08-12 05:40:11 -0400
commita5a3f713d596fd3d0157017263d6207b5427d133 (patch)
treef9cebc2a711625497d05f757de9394237f80ddf6 /libs/midi++2
parent50bbf3f656b6dbf2e338761c05a59236f1792142 (diff)
assorted extra debug output for MTC
Diffstat (limited to 'libs/midi++2')
-rw-r--r--libs/midi++2/mtc.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/midi++2/mtc.cc b/libs/midi++2/mtc.cc
index affe65ec68..57c78cbfb0 100644
--- a/libs/midi++2/mtc.cc
+++ b/libs/midi++2/mtc.cc
@@ -33,7 +33,7 @@ using namespace std;
using namespace sigc;
using namespace MIDI;
-#undef DEBUG_MTC
+#define DEBUG_MTC
bool
Parser::possible_mtc (byte *sysex_buf, size_t msglen)
@@ -240,7 +240,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) {