DO LED FEEDBACK ON OR OFF ONLY ON HIGHLIGHTED TRACK
Hello everyone
I have a midi interface whose ledfeedback works in a basic way with single-color LEDs
Note ON = velocity 127 the LED lights up
Note OFF = velocity 0 the LED goes out
basically I set LEDs with midi notes
I Created a reaction to try to get that :
listeners : SELECT TRACK 01 was moved
Actions / do this ….
script – set selected track
self.get_sessbox_track_offset()
and do this…
MIDI Controller – send MIDI velocity value to input
Action parameters
Controller Input
SELECT TRACK 01
Velocity Value (number)
127
and do this
script – exit reaction here
return
i do that on each track on my session box
but the problem is that the LED remains off if I position myself again on another track it does not come back on to tell me which track I am positioned on
Is there a way to obtain LED feedback only on the track I am positioned on?
How to get selected LED feedback on the track I select and am positioned on ?
thank you in advance for your help
Sign up
User registration is currently not allowed.