Can JavaSound use the h/w MIDI synth on a soundcard?
I can use the Java Software Synthesizer no problem, because it’s the default, but any attempt to redirect sequences to another synth fail miserably.
I can list all synths via a call to MidiSystem.getMidiDeviceInfo() but for the life of me I can’t work out how to use the results to redirect MIDI sound to the h/w synth instead of the Java software synth. I don’t even know if it’s possible. There is no setSynth() method :-/
On a side note, does anyone even bother with MIDI synths these days (outside of professional musicians)?