Vitja
2013-10-06 01:40:55
I would really appreciate some help! I'm newbie here and don't know much about variables.
What I want to do is to have a selection of Keystrokes to send me a MIDI Program Changes.
Let say this is a bank of 10 presets on my hardware synth. Lets take numbers on keyboard 1-10 (0) each with their own translator.
Now I want to use this same keys with combination of modifier key (shift) to get another bank of 10 presets for my synth.
Is this possible?
I used global variables for Shift Down (gc=1) and Up (gc=0) and than for first bank (without Shift) of translators I used:
if gc=1 then exit rules and skip outgoing action
And for the second (with shift holding down) if gc=1 then exit rules and execute outgoing action.
hmmm...
Then I tried all kind of combinations.
Can somebody help me please with this. I need to learn! It is fun btw...
Thanx!
Vitja
What I want to do is to have a selection of Keystrokes to send me a MIDI Program Changes.
Let say this is a bank of 10 presets on my hardware synth. Lets take numbers on keyboard 1-10 (0) each with their own translator.
Now I want to use this same keys with combination of modifier key (shift) to get another bank of 10 presets for my synth.
Is this possible?
I used global variables for Shift Down (gc=1) and Up (gc=0) and than for first bank (without Shift) of translators I used:
if gc=1 then exit rules and skip outgoing action
And for the second (with shift holding down) if gc=1 then exit rules and execute outgoing action.
hmmm...
Then I tried all kind of combinations.
Can somebody help me please with this. I need to learn! It is fun btw...
Thanx!
Vitja