Pads led turns off by itself

3.32K viewsCSS Questions
0

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?

admin Changed status to publish
0

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.

admin Changed status to publish
Attached Files:
You are viewing 1 out of 40 answers, click here to view all answers.