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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user