Session Box Position Change Does Not Trigger Actions

1.30K viewsCSS Questionssession box Session Box Issues
0

I have these listeners in a reaction:

Script is initialisedx w

Selected Track changed

Session Box Position is Changed

Track Color Change

Loop: tracks

Action: send midi sysex which changes the led strip in my controller to correspond to the session box track color

PROBLEM: all the listeners work except session box position changed. What is the cause of this?

JohnC Answered question August 14, 2025
0

Hey, the Session Box Position is Changed listener only fires if you use a Session Box Navigation mapping type to move it.
If you’re using a Reaction Action to move it from a button/knob input, use the input as the listener instead.

JohnC Answered question August 12, 2025
0

Yes I’m not using the reaction to move it. I am moving the session box using a different midi controller input. I’ve currently went a different t route — stored offset changes to a modifier and used the modifier updated listener instead of the session box is changed listener. But even then, if I’m going by your original answer, I shouldn’t have to do this right?

Freznek Sta Ana Answered question August 14, 2025
0

You should be ok use the modifier change as the listener

JohnC Answered question August 14, 2025