Is there an easy way to play midi files in my browser? I came across this site: , but it seems a bit complex for me.
I'm looking for something simpler like this:
<div id="midi-player"></div>
script
$('#midi-player').midiplayer({
src: 'midi/my-midi.mid'
});
Does anyone know of a similar solution? MIDIJS might work, but I'm feeling pretty overwhelmed. It could be easier than I realize, but I've spent a whole day without any progress...