How to create a shift button (w/variables), Help Please!

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

DvlsAdvct

2013-10-08 23:47:05

Hi Vitja

I'm going to assume this was answered in your last post. Let me know if I'm misreading.

Thanks
J

Vitja

2013-10-09 01:44:06

thank you very much and sorry for double post. I thought that I somehow did't post the first one.
I will check this tomorrow and see. I was in a hurry at the time, this things need more time and logic :lol: