The controller starts → all LEDs are off.
I send a NOTE80 127 16 message, the LED of goes to colour 127, intensity full.
I send a NOTE 80 0 15 message, the LED goes to minimum intensity.
I press the button physically, nothing happens, which is expected since local feedback is off.
Now the surprising part:
I send a NOTE80 127 15 message, the LED does NOT respond. I’m guessing this is because my physical press put the button into a “note-off” mode and disabled it to receive new intensity messages (?).
For the intensity message to work again i have to send the colour message again.
So I send a NOTE 80 127 16 message, the LED stays at colour 127, minimum intensity.
Now I can send my NOTE 80 127 15 message again and the button goes to full intensity.
I’m using max/msp so I can easily set it up so my software always sends a colour message when sending out a new intensity but I don’t understand why I would need to send 2 messages for one thing to happen?
About the issue you are seeing, I could replicate it.
And you’re right, the physical press, does set the state of the button to OFF, and when in this state, the value to intensity.
Hey, thanks for the quick reply and I’m glad you could confirm my findings. I tried this firmware, the install went fine, but after updating I don’t receive any data from my controller. I went back to 0.24, which worked.