lichen-community-systems / Flocking

Flocking - Creative audio synthesis for the Web
GNU General Public License v2.0
697 stars 60 forks source link

Add support for WebMIDI and node-midi to Flocking #80

Closed colinbdclark closed 10 years ago

colinbdclark commented 10 years ago

The WebMIDI API provides a means by which midi control data can be connected to a web page. While it's still early in the standards process--only Chrome has implemented it, and on on all platforms--it is nonetheless worth adding support for it in Flocking.

On Node.js, the node-midi module is well-supported. We should provide some kind of polyfill or bridge to be able to deploy the same essential MIDI code in both the browser and on Node.js.

colinbdclark commented 10 years ago

Web MIDI support was added to master at revision 1d0183a3cf63b794929de86ce52c12da8596b6e5.