makerprofaze
2011-10-02 02:38:15
In short, I'm wondering if there is any way to use variables in Keystroke emulation? I want to set up a visual display for Program Change externally, and I'm wondering how I might be able to simplify the following approach:
1 incoming: C0 ga
1 rules: if ga!=0 then exit rules, skip outgoing action
1 outgoing: Keystroke Emulation:0
2 incoming: C0 ga
2 rules: if ga!=1 then exit rules, skip outgoing action
2 outgoing: Keystroke Emulation:1
-and so on, for 0-127. Obviously ga is the global variable with the numeric program change value, which I'd like to translate into keystrokes.
I'm using this decimal/numeric keypad translator and was hoping there might be similar method but for outgoing keystroke...
http://www.bome.com/forums/viewtopic.ph ... ypad#p6802
1 incoming: C0 ga
1 rules: if ga!=0 then exit rules, skip outgoing action
1 outgoing: Keystroke Emulation:0
2 incoming: C0 ga
2 rules: if ga!=1 then exit rules, skip outgoing action
2 outgoing: Keystroke Emulation:1
-and so on, for 0-127. Obviously ga is the global variable with the numeric program change value, which I'd like to translate into keystrokes.
I'm using this decimal/numeric keypad translator and was hoping there might be similar method but for outgoing keystroke...
http://www.bome.com/forums/viewtopic.ph ... ypad#p6802