Getting nice sound from Java
- by Peter Lang
I managed to play midi files using Java, but it produces some distracting noise. I figured out that this is caused by the poor quality soundbank file shipped with Java 6 SDK/JRE.
How can I improve that quality?
Here is what I have so far:
MidiNote example using a Receiver works fine (sounds the same as when playing midi files with other…