Add the main VC project files for building Ardour3 with Microsoft Visual Studio
[ardour.git] / libs / midi++2 / mtc.cc
index 3c58b6684f49f369177e69fea11dfabb466061db..1a477c3b8caaf9f1aaacfabf86d2c4aa2431ec84 100644 (file)
@@ -240,7 +240,7 @@ Parser::process_mtc_quarter_frame (MIDI::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) {