
QMidiRoute 0.2.0
----------------

QMidiRoute is a filter/router for MIDI events. Events are mapped in 
one or several maps. Each map has an input and an output section.
The input section determines the set of events which should be 
processed by the respective map. The output section specifies 
the modifications that are applied to the input event before it 
is passed to the output port. 

If an input event matches several maps, each map will send an output 
event. The tab "Unmatched" specifies what happens with events that do 
not match any map. They can be either discarded (the default) or sent
to a selectable output port.  

Map settings can be saved/retrieved. There is also a cmdline option 
for loading to allow easy use of QMidiRoute e.g. in scripts.

QMidiRoute also includes an event log window for note, controller, 
pitchbend and program change events.
