Closed mrDoctorWho closed 5 months ago
Hello,
It's a really nice project you have here! However, I believe it would be even better if we could utilize custom sound fonts.
For example, there is a really awesome soundfont based on Sony Ericsson W580i's synthesizer: https://musical-artifacts.com/artifacts/2351.
It appears to be fairly easy to implement, since Java natively supports that feature: https://docs.oracle.com/javase%2F7%2Fdocs%2Fapi%2F%2F/javax/sound/midi/MidiSystem.html#getSoundbank(java.io.File)
https://github.com/hex007/freej2me/pull/193
Oh, indeed, I missed that issue. Thanks for pointing it out. Too bad I've already implemented it for myself.
Hello,
It's a really nice project you have here! However, I believe it would be even better if we could utilize custom sound fonts.
For example, there is a really awesome soundfont based on Sony Ericsson W580i's synthesizer: https://musical-artifacts.com/artifacts/2351.
It appears to be fairly easy to implement, since Java natively supports that feature: https://docs.oracle.com/javase%2F7%2Fdocs%2Fapi%2F%2F/javax/sound/midi/MidiSystem.html#getSoundbank(java.io.File)