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

midi2osc: added channel wildcard and overriding the value

This commit is contained in:
Werner Almesberger
2011-11-27 10:56:40 -03:00
parent 3a82787c6c
commit af0c0ab5c8
2 changed files with 35 additions and 16 deletions

View File

@@ -22,7 +22,7 @@ To use it with the Milkymist One,
midi2osc can also remap MIDI controls. The syntax is
c<chan>[.<control>]=c<chan>[.<control>]
c[<chan>][.<control>]=c<chan>[.<control>[=<value>]]
where <chan> is a channel number and <control> is the optional control
number. For example,
@@ -32,3 +32,7 @@ number. For example,
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".
If <value> is given, that value will be assigned for any control
message that matches the input pattern, irrespective of the input
value.