Toggle value for "Re-enable automation"

I´m sorry if this is already common knowledge, but I can´t seem to find any posts regarding the issue.
I´ve put an OSC button for re-enabling automation in my canvas, as it is really bad if something drops its connection and reconnects and the tempo automation drops out.
The problem is I can´t see if I need to press the button. Is there a toggle value like it is for the play/pause button to show when I can re-enable automation?

If I turn on the button in “Lyrics” i.e. it shows brown/orange when I can re-enable automation and when it is not enabled. I would like the command for this toggle for my OSC button.

Any help or advice is appreciated.

Hey @Andreas_Lillevold, the latest betas of AbleSet expose a /global/canReEnableAutomation OSC value that you can use in your canvas to change the color of the button:

${osc("/global/canReEnableAutomation") ? "orange-600" : "orange-950"}

Let me know if this helps! :slight_smile:

Thanks a bunch for the quick reply.

I’ll try it out. :grinning_face:

Works like a charm! Thanks :star_struck:

1 Like