Reputation: 585
Long story short:
Basically, what I'm looking to set up is an on-site music player that allows the user to add/remove their own songs to some sort of playlist while having some .MIDI files in it by default, without requiring them to install any new plugins or other software they wouldn't already likely have, so JavaScript, Flash or HTML5 etc. are some acceptable options, and it doesn't matter if it doesn't work in Internet Explorer :P
I am aware of the ability to play individual .MIDI files in a browser, that is not what I'm looking for.
I got really close to achieving this with soundmanager2, which I can use jQuery to inject a custom playlist into, however... when I tried playing a .MIDI file from the playlist, my browser downloads the file instead. :(
Other on-site music players seem to share the same lack of support for .MIDI files by default.
If there's any way to make soundmanager2's bar-ui music player play .MIDI files i've got everything else covered already.
I haven't been able to find any other solutions, but am open to anything as long as it meets the above given criteria.
Upvotes: 1
Views: 1679
Reputation: 331
just finished to build the web at guitar.mine.nu You can upload midi files. The parsing is performed int he background by musescore to convert to XML then the XML score music sheet is loaded by alphatab
Upvotes: 0
Reputation: 36
Best online midi player I've found so far. Has a nice retro, synthesizer sound to it, with I'm Pretty sure every instrument being set to a certain preset.
Upvotes: 2