mlovin
2009-01-02 03:39:22
Ok, so I've got a weird bug. I just got this sweet little 5 position switch. It sends signal as a single button with variable velocity. (12, 36, 114, etc). I decided I wanted this to control the octave as a toggle switch.
So I hopped into Bome's and made a ruleset that set a global value ga to a different value for each varied velocity.
B1 01 pp
IF pp == 12 THEN ga=0+1
IF pp == 36 THEN ga=0+2
etc.
However, what I end up getting is a constant repeating note. When I hit the note for the first time. And then, after that, each time I flip the switch it adds another note on top of it! Eventually making Bome's blow up. lol
I know I'm missing something stupid...
help?
So I hopped into Bome's and made a ruleset that set a global value ga to a different value for each varied velocity.
B1 01 pp
IF pp == 12 THEN ga=0+1
IF pp == 36 THEN ga=0+2
etc.
However, what I end up getting is a constant repeating note. When I hit the note for the first time. And then, after that, each time I flip the switch it adds another note on top of it! Eventually making Bome's blow up. lol
I know I'm missing something stupid...
help?