I have a set of 6 buttons, all tied to a single parameter, giving 6 options. I have them connected to a knob which is a super control for the buttons allowing only one to light up at once. Perfect it would seem.
The trouble is that::
-
each button can still be toggled on and off individually (cosmetic)
-
Toggle mode does not seem to send the data in a reliable manner (having to press the button a couple of times to get the hardware to register)
-
Sending the same data with toggle on and off does not cure the above problem.
-
Momentary does solve the problem and the hardware never misses a beat but nothing remains highlighted and so makes it confusing to see where you left settings.
This is all using Sysex rather than CC. What are the differences between Momentary and Toggle with regards to sending data?
Any advice would be great.