hex007 / freej2me

A free J2ME emulator with libretro, awt and sdl2 frontends.
Other
469 stars 72 forks source link

Add a way to use custom soundfonts for MIDI playback #219

Closed mrDoctorWho closed 3 weeks ago

mrDoctorWho commented 3 weeks 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)

vadosnaprimer commented 3 weeks ago

https://github.com/hex007/freej2me/pull/193

mrDoctorWho commented 3 weeks ago

Oh, indeed, I missed that issue. Thanks for pointing it out. Too bad I've already implemented it for myself.