mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2024-11-15 10:30:37 +02:00
midi2osc: slight README and Makefile cleanup
This commit is contained in:
parent
102033aab5
commit
20283fe9c2
@ -1,5 +1,5 @@
|
|||||||
CFLAGS = -Wall -g
|
CFLAGS = -Wall -g
|
||||||
LDFLAGS = -lasound -llo
|
LDLIBS = -lasound -llo
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
|
||||||
|
@ -1,6 +1,15 @@
|
|||||||
midi2osc register itself as a writeable MIDI device. It then forwards
|
midi2osc register itself as a writeable MIDI device. It then forwards
|
||||||
the MIDI messages it receives to the specified OSC destination.
|
the MIDI messages it receives to the specified OSC destination.
|
||||||
|
|
||||||
|
Build prerequisites:
|
||||||
|
|
||||||
|
libasound(-dev) (ALSA)
|
||||||
|
liblo(-dev) (OSC)
|
||||||
|
|
||||||
|
Compilation:
|
||||||
|
|
||||||
|
make
|
||||||
|
|
||||||
To use it with the Milkymist One,
|
To use it with the Milkymist One,
|
||||||
|
|
||||||
- enable Ethernet on the M1
|
- enable Ethernet on the M1
|
||||||
|
Loading…
Reference in New Issue
Block a user