-#ifdef-ed Jack print

main
Harry van Haaren 2013-09-18 13:55:15 +01:00
parent 9bd398a216
commit 3b842c0d08
1 changed files with 2 additions and 0 deletions

View File

@ -357,7 +357,9 @@ void Jack::midiObserverWriteMIDI( int portIndex, unsigned char* data )
if( buf != 0 )
{
memcpy( buf, data, sizeof( unsigned char ) * 3);
#ifdef DEBUG_MIDI
cout << "midiObserverWriteMIDI portID " << portIndex << " " << int(buf[0]) << ", " << int(buf[1]) << ", " << int(buf[2]) << endl;
#endif
}
else
{