endlos
2012-11-19 21:24:21
Hi there!
I'm new here and I have used the Search, but couldn't find the answer to my problem. So if this was discussed before, please don't get angry but rather direct me to the questionable post, thx.
I don't think my problem is to hard to solve, but somehow it doesn't work yet. So what I basically wanna do is to program one note on/off key to act as a SHIFT button. So that while it is pressed, all other midi controls (both buttons and cc) will switch to a different midi channel. This way I could use all controller for two different things, like having two scenes/layers/banks, or whatever you want to call this.
What I have learnt so far is that I have to uise global variables. So I have my SHIFT key in spe 9F 11 yy with outgoing message to BMT virtual out 1. And on my first fader I have tried this: BF oo pp with both hardware and virtual port enabled, outgoin message BF oo pp on BMT virtual2, and a rule that says
if yy==0 then exit rules, execute Outgoing Action
if yy!=0 then oo=oo-1
In my mind it works greatly, but well... obviously it doesn't.
What's wrong? Any help greatly appreciated!!! Thanks a lot.
I'm new here and I have used the Search, but couldn't find the answer to my problem. So if this was discussed before, please don't get angry but rather direct me to the questionable post, thx.
I don't think my problem is to hard to solve, but somehow it doesn't work yet. So what I basically wanna do is to program one note on/off key to act as a SHIFT button. So that while it is pressed, all other midi controls (both buttons and cc) will switch to a different midi channel. This way I could use all controller for two different things, like having two scenes/layers/banks, or whatever you want to call this.
What I have learnt so far is that I have to uise global variables. So I have my SHIFT key in spe 9F 11 yy with outgoing message to BMT virtual out 1. And on my first fader I have tried this: BF oo pp with both hardware and virtual port enabled, outgoin message BF oo pp on BMT virtual2, and a rule that says
if yy==0 then exit rules, execute Outgoing Action
if yy!=0 then oo=oo-1
In my mind it works greatly, but well... obviously it doesn't.
What's wrong? Any help greatly appreciated!!! Thanks a lot.