Modes Led Feedback

2.21K viewsCSS Questions
0

I have several attempts but I have not been able. I hope you can help me 🙂
I have several modes activated by different buttons. I would like that every time I press a mode button (for example “mode 2”) that button stays lit until changing mode, pressing another button and causing another button to light differently.
My English is not very good, I hope to have explained to me !!!!!
GREAT WORK GUYS!

admin Changed status to publish
Attached Files:
0

Hi,

It should be something like this:
Assuming you are using as your Mode activation buttons: ‘Button 1’, ‘Button 2’, ‘Button 3’, ‘Button 3’
For Button 1, add a Reaction has these settings:
Listener: Button 1
Condition: (none)
Reactions:
Button 1 .send_value ( ) Input 127
Button 2 .send_value ( ) Input 0
Button 3 .send_value ( ) Input 0
Button 4 .send_value ( ) Input 0

What this is doing, is when you press Button 1, it will send a velocity value of 127 to Button 1, and a velocity value of 0 the 3 other Mode activation buttons. (See the attached screenshot also).
Do the same for the other 3 Buttons, so that they are set to 127 when pressed, and the others are set to 0.

Note that as these a Mode Activation buttons, make sure you add them to the same mode that the activation buttons are on.

admin Changed status to publish
You are viewing 1 out of 7 answers, click here to view all answers.