Track is selected // LED feedback behaving weird

1.38K viewsCSS Bugs
0

I’ve created a simple script for my MIDI Fighter Twister, where I’m controlling the volume and selection of 16 tracks. Encoders and buttons work fine, but the LED feedback behaves pretty weirdly.

// What I expect:
When a track is selected, I want my corresponding encoder to blink. This works by sending a value of 5 to the corresponding LED.

// What I’m experiencing:
By default, the first track blinks when I startup Live.

When I select the second track, the first track stops blinking, but nothing else happens. Does not matter what I do, the selected track feedback only works if the first track is selected.

Except… When I create 16 tracks, as soon as the 16th track is created, the 16th encoder starts blinking. And after this, all the other encoders start to receive the feedback they should have gotten before.

If I have less than 16 tracks, the LED feedback is not working. If I have at least 16, they just work.

// Video:
https://youtu.be/-rPZQkq2Y1Y

// System info:
Live version: 11.0.5b6
Windows 10

admin Changed status to publish
Attached Files:
0

Hi,

So are you saying that if the tracks are ordered as per your image then your LEDs work correctly?
And with regards to rearranging the track order, you didn’t use the drag and drop function to put them into the correct position? did you manually rename & reassign them etc?
Sorry, I’m abit lost with what could be going on with this. The order in the UI should have no impact on the script – but I could be wrong.

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