g.lolo3
2015-09-18 10:22:03
Hi,
I would like to define the CC(s) number(s) of my MIDI controller(s) in global variables. So that I easily change it in order to make my presets more flexible. My problem is that if I use "B0 g0 7F" as the incoming MIDI message it set the g0 value instead of checking that the MIDI CC number is the g0 value. I manage to make it work with a simple rule "B0 pp 7F" if pp != g0 exit but I would like to know if there is a simpler way to do it.
Laurent.
I would like to define the CC(s) number(s) of my MIDI controller(s) in global variables. So that I easily change it in order to make my presets more flexible. My problem is that if I use "B0 g0 7F" as the incoming MIDI message it set the g0 value instead of checking that the MIDI CC number is the g0 value. I manage to make it work with a simple rule "B0 pp 7F" if pp != g0 exit but I would like to know if there is a simpler way to do it.
Laurent.