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

midi2osc: added channel and control number mapping

This commit is contained in:
Werner Almesberger
2011-11-24 02:51:10 -03:00
parent 571af6d11f
commit 2d50444b1b
2 changed files with 92 additions and 11 deletions

View File

@@ -19,3 +19,16 @@ To use it with the Milkymist One,
- 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.
midi2osc can also remap MIDI controls. The syntax is
c<chan>[.<control>]=c<chan>[.<control>]
where <chan> is a channel number and <control> is the optional control
number. For example,
./midi2osc c8.1=c0.1 c8.2=c0.2 c9.1=c0.3 c9.2=c0.4 c0.7=c0.5 c7.7=c0.6 m1
would map the joysticks and two faders of a Faderfox LV3 to the
controls 1 through 6 on channel 0, and send the OSC messages to
a host called "m1".