and this after i learned pd just to do this stuff (thanks again fbar!)
at least now I have figured out how to use pd :-)
On Wed, 2004-07-28 at 06:18, Matthias Nagorni wrote:
Hello,
recently I rewrote QMidiRoute completely and obtained a utility that is
useful not only for keyboard splitting:
ftp://ftp.suse.com/pub/people/mana/qmidiroute-0.2.0.tar.bz2
QMidiRoute is a filter/router for MIDI events. Possible types
include Note On/Off, Controller, Pitchbend, Program Change.
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.
Feedback is appreciated. Maybe you can think of further use cases which
require an extension of QMidiRoute...
Have a lot of fun !
Matthias