1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2025-04-21 12:27:27 +03:00

midi2osc/: simple MIDI to OSC forwarder

This commit is contained in:
Werner Almesberger
2011-11-07 13:43:54 -03:00
parent 43221017c1
commit 102033aab5
3 changed files with 123 additions and 0 deletions

12
midi2osc/README Normal file
View File

@@ -0,0 +1,12 @@
midi2osc register itself as a writeable MIDI device. It then forwards
the MIDI messages it receives to the specified OSC destination.
To use it with the Milkymist One,
- enable Ethernet on the M1
- ./midi2osc IP-address-or-host-name
- launch qjackctl
- click on the Connect button in qjackctl
- in the "Connections" window, drag a connection from each MIDI device
you want to connect to midi2osc
- MIDI events will now show up in the MIDI settings dialog, etc.