Hello, I have been trying to get Web MIDI API on Chromium browser on Linux working using portmidi, and so far it's working. I'm not sure if my patch is going to be accepted, but during the hack I found some issues (well, thechromium build system found some code to fix), and ended upto fix them andcreated a fork on github. The changes can be merged to trunk (I'd be gladif you can).
1) Fix inconsistent pointer-integer conversion. https://github.com/atsushieno/portmidi/commit/ca2be78 2) Fix necessary function declarations to make it to individually compile sources. https://github.com/atsushieno/portmidi/commit/7cf2521 (actually also contains comment syntax fix) (I haven't even posted the patch for chromium yet, I have to read relevant docsfor patch submission. And from what I hear from other chromium committers I doubt it's going to be accepted as they don't want ALSA dependency. Anyhow I wanted to share my changes to portmidi.) Atsushi Eno _______________________________________________ media_api mailing list [email protected] http://lists.create.ucsb.edu/mailman/listinfo/media_api
