2012/06/25 (2012/06 Archive)
WebMidiLink
This is a still very primitive but interesting attempt.
'WebMidiLink' is a proposal for the sync and transport midi messages inter web-based applications.
Web-based synthesizers become possible with HTML5 but still they should be stand-alone.
'WebMidiLink' is just for link web-based synthesizers.
midi messages are carried by javascript postMessage() function. the string format is like
"midi,90,c3,64"
the "midi" is a ID and the rest is midi message represented as hex string.
Primitive sample page:
http://www.g200kg.com/en/docs/webmidilink/index.html
This page can load three web-synth and play MML simultaneously.
If you are interested in web-based instrument development, supporting link function is great.
Posted by g200kg : 2012/06/25 22:45:58