ViktorNova / qmidiroute-old-fork

Updated fork of QMidiRoute, the ALSA MIDI mangler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

--------------------------------------------------------------------------
QMidiRoute (C) 2003 by Matthias Nagorni
Qt4-port 2009 by Frank Kober
QMidiRoute is released under GNU General Public License (refer to LICENSE file)
--------------------------------------------------------------------------

Note from ViktorNova: This fork of QMidiRoute is an effort to bring the app's style a little more up to date, more hi-resolution screen friendly, and more session-manager friendly (e.g. to have multiple instances running simultaneously in a session manager and have it not auto-connect the wrong ports)

QMidiRoute is a MIDI event router and filter. MIDI note, control change,
program change and pitch bend events are logged, and can be filtered, 
redirected and transformed into other events according to MIDI maps 
defined as tabs in the main control surface. 
To start, click the 'Add MIDI map' button. You can copy midi MAPS into new
tabs using the 'Clone MIDI map' button. All MIDI maps can be saved in
a .qma text file.
QMidiRoute can be started using the following options:

   --portCount <num>         Number of Output Ports [2]
   --file <filename>         Open Map File <filename>


Installation
-------------
qmidiroute uses autoconf/automake as build system. For short

  ./configure
  make
  make install

does the trick. Please refer to the INSTALL file for more information.


Building from GIT
-------------
If you start with a fresh GIT clone, 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.

About

Updated fork of QMidiRoute, the ALSA MIDI mangler

License:GNU General Public License v2.0


Languages

Language:C++ 93.1%Language:M4 3.5%Language:Makefile 2.4%Language:QMake 0.9%Language:C 0.2%