Hello,
I made some research and it seems that Javascript and MIDI are not going well together these days. At least so Google says.
As stated in this topic: http://stackoverflow.com/questions/2761504/generating-midi-in-javascript, it is possible to create a file, either in Javascript or server-side, and play it like one would play a usual file.
But, I really would like to be able to send individual midi events, "live", as it would be a constant user interaction. I guess my plan B would be to create a Java applet that does this, but then my app wouldn't be pure HTML5 anymore.
I also heard HTML5's audio support isn't famous right now, so I also wondered, if no solution is available now, what are the possible future outcomes?
Thanks.