Reading MIDI files in Java

I’ve never looked deeply into the MIDI support in Java, and the last time I played seriously with MIDI programming was when Commodore Amiga was king. It looks like you may have to do quite a bit of manual work. Here’s a crude example that interprets all NOTE_ON and NOTE_OFF events, for the rest of … Read more