Pads led turns off by itself
Hi,
I have a small problem.
For some reason at some point some of my LEDs from my midi controller turns off.
How can I identify what the problem could be?
It seems to me as if the way the essential CSS logic works at the moment is that every control is treated as “stateful” – per mode, track and device (at least, in my script with two defined modes that each have their own track and device selectors).
So whenever I select a different mode, track or device, the “state” of my control is reset/recalled; whereas what I”d prefer is for this particular control either to be treated as “stateless” (so mode/track/device selections do not have any effect on its value), or for its “default state” to be registered as 127, rather than 0.
Sign up
User registration is currently not allowed.