cifkao / html-midi-player

🎹 Play and display MIDI files on the web
https://cifkao.github.io/html-midi-player/
BSD 2-Clause "Simplified" License
663 stars 60 forks source link

Custom Soundfont libraries #62

Closed valentijnnieman closed 1 year ago

valentijnnieman commented 1 year ago

Hi! I was wondering if there was any more documentation or info on creating Soundfont folders that work with this library. I have a snes.sf2 file that I've been using locally using fluidsynth to run midi output from a model trained on SNES music. I'd love to be able to play them in the browser using this library, since it's so easy to use. I tried running the generator from https://github.com/gleitz/MIDI.js which does create a sort of similar structure, although it's too different from what Magenta uses. Any tips or help would be more than welcome! I realize this might not be the best place to ask for help though, so please feel free to direct me elsewhere!

cifkao commented 1 year ago

Hi, this has been discussed in #43. Hope that helps!