Anyone know how to select/load different instruments into Java’s MIDI API. MidiSystem.getSynthesizer().getAvailableInstruments() returns nothing. I have tried other ways, including trying to load a Soundbank file. Nothing has worked. The API exists to do this, but is it just not implemented?
The default sound is piano and I want to try other instruments, especially guitar.