Change led colour for active pad only

477 viewsCSS Questions
0

Hi, I have this set of pads, and I wanna get some specific led reaction from them.

I want that when I press any o the pads, all the other pads go get, lets say, RED, while the pressed pad to get green.

Is there a easy, fast way to do this? Maybe with loop?

Thanks!

admin Changed status to publish May 22, 2024
0

Inside a reaction, add a listener for each pad,
For the first Action block, add actions to turn all pads read
Then below that, have a separate action block for each pad,
For the condition in each, check the value of ‘script > listener number’,
(The ‘listener number’ is the listener which fired the reaction)
The condition can say i.e. ‘if the listener number is 1, set pad 1 to green’

admin Changed status to publish May 22, 2024
Attached Files:
0

Hey, do you mean that you’re using Ableton’s internal mapping mode?
Unfortunately that will override any mappings coming from a midi remote script. I don’t know of any way to get around that.

admin Changed status to publish May 22, 2024
Attached Files: