X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fmidi-stream.cc;h=813694b29e52930482f5be69ec5513a45c83581d;hb=aaf7cd07dd2904f4c9278fba174c523a93041998;hp=59b25ef27f47f08e55695bcd5f81d3dc1088d9bb;hpb=d79efa6efaa15be34beda70e5b24731a1d372f0e;p=lilypond.git diff --git a/lily/midi-stream.cc b/lily/midi-stream.cc index 59b25ef27f..813694b29e 100644 --- a/lily/midi-stream.cc +++ b/lily/midi-stream.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2000 Jan Nieuwenhuizen + (c) 1997--2001 Jan Nieuwenhuizen */ #include @@ -37,11 +37,10 @@ Midi_stream::operator << (String str) Midi_stream& Midi_stream::operator << (Midi_item const& midi_c_r) { -// *this <silent_b ("Midistrings")) + if (midi_debug_global_b) { - str = String_convert::bin2hex_str (str) + "\n"; + str = String_convert::bin2hex_str (str) + "\n"; // ugh, should have separate debugging output with Midi*::print routines int i = str.index_i ("0a"); while (i >= 0)