Mouse To OSC
------------
by Niall Moody.
(http://www.niallmoody.com)

Description
-----------
Mouse To OSC is a simple mouse-based control panel for sending Open Sound
Control messages.  All messages are sent as floats (and the x-y pads send OSC
bundles containing the x and y values), and you can assign the x-y pads and
sliders their own OSC addresses, and value ranges.  There are 8 'slots' so you
can switch between configurations of pads/sliders, and all the settings can be
saved to xml files.  It can now also act as a basic MIDI CC to OSC message
converter, if you've got a MIDI fader box etc.

Install
-------
For Windows and OSX, just drag the binary to wherever you want to install it.
For Linux, you'll need the JUCE library (v1.35, get it from:
http://www.rawmaterialsoftware.com/juce/ ).  By default the configure script
assumes it's at ../../juce, but you can change this with the --with-JUCE=<path>
setting.  Other than that, it's the usual ./configure;make;make install
incantation.

Usage
-----
Set the IP address your OSC host is on (defaults to 127.0.0.1 - your current
computer), and the port it will be listening on, then set the OSC address of
the control you want to use, and start playing with it.  That's all there is
to it.  To control a slider using a MIDI CC, set your MIDI input, then type a
CC number in the slider's CC text edit box.

License
-------
GPL, see the attached COPYING file.

ChangeLog
---------
v1.10 - Added MIDI input support, it'll now save your ip address and port
	settings.
v1.01 - Fixed bug where the sliders' values did not get stored properly.
v1.00 - First release.
