REACTIONS – track “arm” state controlling another track´s “device on”

824 viewsCSS QuestionsReactions
0

Hi! please help!

I need to set “device 1 on” (track 10) when track 2 is armed.

This is what i´ve tried:

Reaction 1:

Listener: live object -> track -> “arm” has changed (track 2)

condition: live object -> track -> arm (bool) is equal to true

action: live object -> device parameter -> set value -> track 22 device 1 -> VALUE 1

Reaction 2:

Listener: live object -> track -> “arm” has changed (track 2)

condition: live object -> track -> arm (bool) is equal to false

action: live object -> device parameter -> set value -> track 22 device 1 -> VALUE 0

Doesn´t work…

Thank you

sebastianpinto Answered question
1

Ableton Live blocks UI to UI functionality in MIDI Remote Scripts which is probably why it’s not working.
Generally you need to make Reactions which do either: MIDI controller > UI or UI > MIDI controller.

However, a community member posted a possible solution to get around this limitation: https://community.remotify.io/questions/question/solved-defer-your-response-workarounds/

JohnC Changed status to publish
1

thank you! it works…

JohnC Posted new comment

Awesome, thanks for letting us know!