Led feedback

5.66K viewsCSS Questions
0

Hi guys I have currently got most of my controller working however the led lights are not working properly. My lights seem to either all stay on weather they are pressed or not. I would like them to be on while the action is happening and off when not. For example when I press mute the led light up then when mute is off the light goes off etc. is it possible to control the lights ? If so could someone give an example of how to do so please

admin Changed status to publish
Attached Files:
0

Hey,

So I just tested this and work for me.
See this demo: https://youtu.be/ywpi7tx0j98

One thing to note, the button you are using needs to also be attached to another mapping otherwise the required code doesn’t exist which the Reaction hooks into.
Reactions were designed to add feedback, you’re adding new functionality (which is fine but requires a bit of a work around).

The attached screenshot are the settings for the above demo.
I attached ‘button 1’ to the metronome so that the Reaction can hook into it.
The first Reaction sets Loop start to 0.25
The second Reaction sets Loop End to 0.75

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