No internet connection
  1. Home
  2. Macro and Script Help

Output Window Follow Selected Track - Script to Toggle it On/Off Not Working

Title

Output Window Follow Selected Track - Script to Toggle it On/Off Not Working

What do you expect to happen when you run the script/macro?

Christian wrote this script to toggle on/off the script "Output Window Follow Selected Track". It's no longer working. Not sure what happened.

Are you seeing an error?

What happens when you run this script?

I get a notification that it's ON or OFF, but it's not actually doing it.

How were you running this script?

I used a Stream Deck button

How important is this issue to you?

3

Details

{
    "inputExpected": "Christian wrote this script to toggle on/off the script \"Output Window Follow Selected Track\". It's no longer working. Not sure what happened.",
    "inputIsError": false,
    "inputWhatHappens": "I get a notification that it's ON or OFF, but it's not actually doing it.",
    "inputHowRun": {
        "key": "-MpfwmPg-2Sb-HxHQAff",
        "title": "I used a Stream Deck button"
    },
    "inputImportance": 3,
    "inputTitle": "Output Window Follow Selected Track - Script to Toggle it On/Off Not Working"
}

Source

globalState.isFollowFocusedTrackActive = !globalState.isFollowFocusedTrackActive;

log(`Follow Focused Track is now: ${globalState.isFollowFocusedTrackActive ? 'ON' : 'OFF'}`);

Links

User UID: KI5JeIGNSQbxx0hwB8QOimtFV812

Feedback Key: sffeedback:KI5JeIGNSQbxx0hwB8QOimtFV812:-NQQrjzdHWhxRc0COyXp

Feedback ZIP

  • 0 replies