Josh Wright
2017-02-04 01:57:09
Hi All!
I just have a quick question. It is quite possibly a very simple answer....I just can't figure it out!
I'm trying to use a cc knob's value to alter some drum pad outputs. So for instance. When cc1 ch.1 has a value of 1, the drum pads would output x,y, and z. When that cc has a value of 2, they out would output a,b, and c. I hope that makes sense. Here's a bit of the code that I've been playing with:
Preset 1: CC 24 Ch10 - assign value to "ga"
Translator 1:
if ga!=1 then exit rules, skip Outgoing Action g0=g0+1 if g0>1 then g0=0 if g0!=1 then exit rules, skip Outgoing Action
Translator 2:
if ga!=1 then exit rules, skip Outgoing Action if g0!=0 then exit rules, skip Outgoing Action
The outgoing actions for the above translators is to change to a cc message CC2 Ch1, with the first translator sending a value of 1 and the second translator sending a value of 127.
The issue I'm having is that even when ga!=1, it sends the translated message. Not sure where to go with this. if anyone could point me in some sort of direction, I would be most appreciative!!
Thanks so much!