Menu

Tree [665f09] master /
 History

HTTPS access


File Date Author Commit
 src 2018-11-08 Guido Scholz Guido Scholz [665f09] Prepare version 0.0.3
 .cvsignore 2009-08-20 gscholz gscholz [aeef49] some files to ignore added
 .gitignore 2018-11-08 Guido Scholz Guido Scholz [fed0cf] Add support for Qt5
 AUTHORS 2009-08-04 gscholz gscholz [eb031f] update to last development state
 COPYING 2009-08-02 gscholz gscholz [92274b] Qt4 port patch applied, provided by Frank Kober
 ChangeLog 2018-11-08 Guido Scholz Guido Scholz [665f09] Prepare version 0.0.3
 INSTALL 2018-11-08 Guido Scholz Guido Scholz [fed0cf] Add support for Qt5
 Makefile.am 2009-08-04 gscholz gscholz [eb031f] update to last development state
 NEWS 2018-11-08 Guido Scholz Guido Scholz [665f09] Prepare version 0.0.3
 README 2009-08-06 gscholz gscholz [b84618] some standardized compile time hints added
 configure.ac 2018-11-08 Guido Scholz Guido Scholz [665f09] Prepare version 0.0.3

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.