Routing & Filtering

From: Jacek Kurasiewicz <jacool_at_jacool.com>
Date: Tue Aug 19 2008 - 23:40:51 CEST
Hello,

What I'm trying to do is to map  Program Change events from Line6 X3 
live to Program Change or/and Control Change of my Digitech Whammy. The 
scenario would be following:
if(event.dev is 0 && event.channel is 1 && event.ProgramChange is 5) then{
    change dev1,channel1 -> ProgramChange to 15;
    and
    change dev1,channel1 -> ControlChange11(expr. pedal) to 0;
}

Is this scenario possible with midish? I found *filtdevmap, 
**filtchanmap, **filtctlmap, **filtkeymap but I have no idea how to use 
it in my scenario. If anyone would give me a hand pls?

best regards,
Jacek
*
Received on Tue, 19 Aug 2008 23:40:51 +0200

This archive was generated by hypermail 2.1.8 : Wed Nov 08 2017 - 16:32:20 CET