I have midi files I want to convert to an mp3 file programmatically with a custom soundbank.
As far as I can see the whole javax.sound package is only concerned with playback and the Soundbank loading classes are no longer part of the public interface.
Am I overlooking something in the official javax.sound package? Or is there a better way to convert a midi file to an mp3 file using a custom soundbank?