Read Me
--------------------------------------------------------------------------
QMidiControl (C) 2003 by Matthias Nagorni
Qt4-port 2009 by Frank Kober
QMidiControl is released under GNU General Public License (refer to LICENSE file)
--------------------------------------------------------------------------
QMidiControl is a virtual MIDI control pad.
QMidiControl can be started using the following options:
--channel <num> MIDI Channel [0]
--num_controller <num> Number of Controllers [16]
--offset <num> Offset for Controller [1]
The --offset option modifies the #CC number of the first slider. The other
CC#'s are offset accordingly.
Installation
-------------
qmidicontrol uses autoconf/automake as build system. For short
./configure
make
make install
does the trick. Please refer to the INSTALL file for more information.
CVS check out
-------------
If you start with a fresh CVS checkout, please first apply
autoreconf -i
to get a proper configure script. For more instructions about compiling
and installing this application please refer to the INSTALL file.