[Stk] bug in MidiFileIn ?

Julien Pommier jpommier@insa-toulouse.fr
Tue, 15 Mar 2005 18:41:19 +0100


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