You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an IndexOutOfBounds exception when opening this midi file of Ode to Joy
First the exception happens in ReadMetaMessage
case 0x2F://endoftrack
return new MetaEvent(delta, status, metaStatus, reader[p++]);
When I add an index check there, then the exception occurs in other positions.
Would be nice if this can be fixed.
Note that the midi file uses kar file extension because it contains lyrics for karaoke. The file can be safely renamed to use mid file extension if needed.
The text was updated successfully, but these errors were encountered:
I have an IndexOutOfBounds exception when opening this midi file of Ode to Joy
First the exception happens in
ReadMetaMessage
When I add an index check there, then the exception occurs in other positions.
Would be nice if this can be fixed.
Note that the midi file uses
kar
file extension because it contains lyrics for karaoke. The file can be safely renamed to usemid
file extension if needed.The text was updated successfully, but these errors were encountered: