LED problem on encoder reset | Intech Studio
💬 general Grid

LED problem on encoder reset

diggi nur
diggi nur · · 2 replies

Hello, I use the EN16 to control the macros (Mod wheel...) of my Syntakt and the LEDs don't work the way I would like them to work:
I have a value reset to 0 on the button mode of each encoder, which works really fine. But the LED won't "reset" to the corresponding color. I have a transition from blue (0) to red (127) on the encoder mode, but after pressing the button to reset, the color stays red and doesn't go back to blue (allthough the value reset itself works).
Does someone know what I have to change? Here is a screenshot of the Button mode elements

Replies (2)

narayb narayb ·

That's because you properly set the encoder to 0, but never trigger the event to make the actual change.

Because of this the LED change never happens.
Add the following line: self:ec()

diggi nur diggi nur ·

That's it : ) Thanks alot

Discord

View on Discord

This post is from the Intech Studio Discord community.

Open thread →