Pads led turns off by itself

1.54K 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

Hi Wim,

I have a button on my keyboard, which is designed to enable or disable an “output zone” (locally in the keyboard), but which also sends a midi cc (127 or 0 value) when toggled. I don’t need the local zone behaviour, so am repurposing this button to do something more useful in Ableton.
My reaction responds to any press of this button, and returns a 127 to it, to keep it in its “enabled” state. Indeed, ideally, the button would only be registered with my script as something that can send/receive a 127 value – I’d rather the script wasn’t “aware” that it can send/receive a 0 at all.
But despite my best efforts to avoid it, my script keeps sending 0 values back to the button (setting it to red/disabled) – when the script is initialised, and when I select modes, tracks or devices. So, for now, as a workaround I’ve had to customise led feedback in several places to override the unwanted behaviour.
It seems to me that the sending of these 0 values must be part of a general “control-resetting” routine, and if so, what would be ideal would be to have the option on each control as to whether or not it should be included in that routine.

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