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

midi2osc/LV3: Faderfox LV3 mappings (work in progress)

Also added section titles in README and a section on loading mappings
from files.
This commit is contained in:
Werner Almesberger
2011-11-27 10:59:24 -03:00
parent af0c0ab5c8
commit 59b2a99d20
2 changed files with 122 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
midi2osc - MIDI to OSC forwarder
================================
midi2osc register itself as a writeable MIDI device. It then forwards
the MIDI messages it receives to the specified OSC destination.
@@ -10,6 +13,10 @@ Compilation:
make
Usage
-----
To use it with the Milkymist One,
- enable Ethernet on the M1
@@ -36,3 +43,12 @@ 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.
File-based mappings
-------------------
To load mappings from a file containing #-style comments, the
following invocation can be used:
midi2osc `sed 's/#.*//' filename` ...