I'm creating an ear training website for musicians. In PHP, it generates simple MIDI file with an error (out-of-tune tone) which the user has to correct. It saves the MIDI file and the user should play it. Here, the funny part begins.
Problems:
What I tried:
<embed>
and <object>
- this way you let browser choose the plugin. It's inconsistent and you lose most control over the playback (not mentioning the visual side)
<audio>
- doesn't support MIDI at all
QuickTime in combination with antique AC_QuickTime.js 1.2, which uses <embed>
and <object>
dynamically - but I don't want to annoy users with installing extra plugin.
Question:
Is there any other approach/technology I could use?
So I've finally set up a VPS, installed timidity and lame and everything works like charm. Results here: yesmaestro.com