Another way to connect USB-MIDI devices to M1 is through a PC that forwards the messages via Ethernet using the Open Sound Control (OSC) protocol.
There is a little program to forward MIDI messages via OSC: http://projects.qi-hardware.com/index.php/p/wernermisc/source/tree/master/midi2osc/ To build and run it: make ./midi2osc address-of-the-milkymist Messages from the MIDI devices are routed to midi2osc with qjackctl: http://downloads.qi-hardware.com/people/werner/m1/midi/qjackctl-midi2osc.png The MIDI messages arriving over OSC will be processed by the M1 just like messages from the MIDI port, e.g., they affect the midiN variables, can be seen in the MIDI settings dialog, etc. Note: there was a typo in Flickernoise that caused incorrect handling of OSC MIDI messages. This patch fixes it: https://github.com/milkymist/flickernoise/commit/767197b1add7b414649522748948789ad26ffa89 - Werner _______________________________________________ http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org IRC: #milkymist@Freenode
