mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
remove some non-controllable debugging output from libs/midi++2/mtc.cc
git-svn-id: svn://localhost/ardour2/branches/3.0@6577 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4dc34d5fd9
commit
7941c074f5
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ using namespace std;
|
||||||
using namespace sigc;
|
using namespace sigc;
|
||||||
using namespace MIDI;
|
using namespace MIDI;
|
||||||
|
|
||||||
#define DEBUG_MTC
|
#undef DEBUG_MTC
|
||||||
|
|
||||||
bool
|
bool
|
||||||
Parser::possible_mtc (byte *sysex_buf, size_t msglen)
|
Parser::possible_mtc (byte *sysex_buf, size_t msglen)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue