Generating simple MIDI files using Java, without using the Java Sound API

from blog Kevin Boone's website, | ↗ original
Although the Java Media Framework can do some very sophisticated things, it remains relatively difficult to generate simple musical tones using Java. The de-facto method for specifying musical notes remains the MIDI file, although there are now more sophisticated approaches. It's surprisingly difficult to generate even a simple MIDI file in Java,...