[Stk] bug in MidiFileIn ?

Julien Pommier jpommier at insa-toulouse.fr
Tue Mar 15 09:41:19 PST 2005


Hello,

I think I have found a bug in the MidiFileIn class:
  case 0xF0 || 0xF7: // The start or continuation of a Sysex event
should be replaced by:
  case 0xF0:
  case 0xF7: // The start or continuation of a Sysex event

Regards,
Julien Pommier




More information about the Stk mailing list