This zip file contains the Hairless MIDI<->Serial Bridge and the
Ardumidi Arduino MIDI library (part of ttymidi.)

"Hairless MIDI<->Serial Bridge" allows you to send MIDI messages
to/from a serial device (like an Arduino.)

The project home page is http://projectgus.github.com/hairless-midiserial/

RUNNING THE BRIDGE
==================

To run the MIDI<->Serial bridge, just extract the application (ideally
to the /Applications folder but you can put it anywhere) and then
double-click it.

The application requires OS X 10.4 (Tiger) or newer, on PowerPC or Intel.

USING ARDUMIDI
==============

Ardumidi is an Arduino MIDI library, part of the separate ttymidi
project (http://www.varal.org/ttymidi/). It can be used with Hairless
MIDI<->Serial Bridge.

To install Ardumidi, place the "Ardumidi" directory inside a
"libraries" directory within your Arduino "sketchbook" directory. Then
restart the Arduino IDE. Example sketches can be found in the example/ folder.


LICENSE
=======

The Hairless MIDI<->Serial Bridge is licensed under the GNU Lesser
General Public License 2.1, as described in the About box of the
application.

The Ardumidi library is licensed under the GNU General Public License
3, as described in the file Ardumidi\LICENSE.

 
