Hello!
Im using remotify as windows app
I need to map track select button with LED feedback on my APC40
for track 1 select there is a button with:
ch 1 note 51
I see that there are more than only one option to select track...
May be there is more simple and working solution to map track selet button with LED feedback that will follow the Box??
I prefer to try a variant with:
Highlight navigation + modifiers (because it follows the Box)
Navigate:
tracks
select track
m1
controller input:
a described button
Led feedback:
default
Also there is a Reaction for the modifier:
When:
script initialised
or session box position changed
Action:
modifier m1
value to set:
self.get_sessbox_track_offset()
So, track selection works good, but NO LED FEEDBACK...(((
Can this be fixed PLEASE?
Also:
Changing m1 modifier to Track 1 - magically makes LED works, but in this scenario track selecting doesn't follow the Box....
Also:
Changing LED Feedback to Custom - doesn't works... (((
Also:
tested all those 3 variants via midi capture, and i see that LED feedback should work if controller receives next command for described button:
90 33 7F - in HEX
144,51,127 - in Decimal
but script sends this command only when no modifier used (track 1 used), and no Box follow alowed...(((
And when modifier m1 is used - script doen't send this command (script send lots of other commands, but not this in both default\custom led feedback scenario)
Can thi be fixed please? i will be glad to help to solve this issue
Comments
Here again,
Please post your script, its really hard to help you with this way of text format. I then look into it.