question to all you knowledgeable people:
I'd like to create a simple web interface to control a music device on a server using OSC or MIDI.
The idea is that people can go to my web page, drag some sliders up and down, and it generates OSC (or MIDI) messages on the server.
Searching for this I've come across the Web MIDI API [1], which looks cool and appears to be set for inclusion in HTML5.
However it solves a different problem, since I don't want to control MIDI devices on the client, but on the server/host.
I could code a web-to-midi back-end myself, but if anyone knows of prior work it could save me a lot of trouble.
Martin
[1]
http://www.w3.org/TR/2012/WD-webmidi-20121025/