Translator 1.92: Ch 1 Meters Options: stop=false Incoming: MIDI D0 pp Rules: if pp>16 then exit rules, skip Outgoing Action if pp<=16 then qq=0+0 rr=pp exit rules, execute Outgoing Action Outgoing: MIDI a0 qq pp Translator 1.93: Ch 2 Meters Options: stop=false Incoming: MIDI D0 pp Rules: if pp>32 then exit rules, skip Outgoing Action if pp<16 then exit rules, skip Outgoing Action if pp>=16 then qq=0+1 rr=pp-16 exit rules, execute Outgoing Action Outgoing: MIDI a0 qq rr Translator 1.94: Ch 3 Meters Options: stop=false Incoming: MIDI D0 pp Rules: if pp>48 then exit rules, skip Outgoing Action if pp<32 then exit rules, skip Outgoing Action if pp>=32 then qq=0+2 rr=pp-16 exit rules, execute Outgoing Action Outgoing: MIDI a0 qq rr Translator 1.95: Ch 4 Meters Options: stop=false Incoming: MIDI D0 pp Rules: if pp>64 then exit rules, skip Outgoing Action if pp<48 then exit rules, skip Outgoing Action if pp>=48 then qq=3 rr=pp-32 exit rules, execute Outgoing Action Outgoing: MIDI a0 qq rr Translator 1.96: Ch 5 Meters Options: stop=false Incoming: MIDI D0 pp Rules: if pp>80 then exit rules, skip Outgoing Action if pp<64 then exit rules, skip Outgoing Action if pp>=64 then qq=4 rr=pp-64 exit rules, execute Outgoing Action Outgoing: MIDI a0 qq rr Translator 1.97: Ch 6 Meters Options: stop=false Incoming: MIDI D0 pp Rules: if pp>96 then exit rules, skip Outgoing Action if pp<80 then exit rules, skip Outgoing Action if pp>=80 then qq=5 rr=pp-80 exit rules, execute Outgoing Action Outgoing: MIDI a0 qq rr Translator 1.98: Ch 7 Meters Options: stop=false Incoming: MIDI D0 pp Rules: if pp>112 then exit rules, skip Outgoing Action if pp<96 then exit rules, skip Outgoing Action if pp>=96 then qq=6 rr=pp-96 exit rules, execute Outgoing Action Outgoing: MIDI a0 qq rr Translator 1.99: Ch 8 Meters Options: stop=false Incoming: MIDI D0 pp Rules: if pp>128 then exit rules, skip Outgoing Action if pp<112 then exit rules, skip Outgoing Action if pp>=112 then qq=7 rr=pp-112 exit rules, execute Outgoing Action Outgoing: MIDI a0 qq rr