Date:2011-11-08 07:52:02 (12 years 4 months ago)
Author:Werner Almesberger
Commit:20283fe9c2f0fb31e5be028cf9c7f744b3a8d428
Message:midi2osc: slight README and Makefile cleanup

Files: midi2osc/Makefile (1 diff)
midi2osc/README (1 diff)

Change Details

midi2osc/Makefile
11CFLAGS = -Wall -g
2LDFLAGS = -lasound -llo
2LDLIBS = -lasound -llo
33
44.PHONY: clean
55
midi2osc/README
11midi2osc register itself as a writeable MIDI device. It then forwards
22the MIDI messages it receives to the specified OSC destination.
33
4Build prerequisites:
5
6libasound(-dev) (ALSA)
7liblo(-dev) (OSC)
8
9Compilation:
10
11make
12
413To use it with the Milkymist One,
514
615- enable Ethernet on the M1

Archive Download the corresponding diff file

Branches:
master



interactive