Getting LED feedback on selected track

402 viewsCSS Questions
0

Hi John,

I was wondering if I could get a bit of guidance.

I’m trying to set up an LED reaction for when a track is selected. So far it looks like this:

REACTION TRACK 1 IS SELECTED

Listener: tracks
Conditions: tracks – [0].selected_track == True
Reactions: Button 1 – .send_value () Input 127

REACTION TRACK 1 IS NOT SELECTED

Listener: tracks
Conditions: tracks – [0].selected_track == False
Reactions: Button 1 – .send_value () Input 0

For some reason, whenever I try to set the reaction object to Button 1, when I leave the page and come back to goes back to Show Message. Am I doing something wrong?

Images attached. Any guidance would be gratefully received.

admin Changed status to publish May 22, 2024
0

Hey,

Unfortunately the ‘tracks’ listener only fires when one of these happen:
‘When a Track is added, deleted or moved to a new position. When a Track group is folded or unfolded.’
There’s no listener which fires when the selected track changes yet. However, Selected Track feedback should work out of the box when we add ‘Default LED Feedback’ functionality.
We will also be adding this as a Listener in the future but its a little further down our development list sorry.

John

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