Soundflow System Command to Toggle a Specific Command's Trigger On/Off
By Steve Bissinger @sbiss2020-11-02 23:31:19.701Z
I am typically running your Output Window: Follow Selected Track, which runs in the background. However, sometimes it's annoying to have the Output Window showing every time I switch tracks. I'd like to have a SF system command to toggle/enable/disable a specific command's trigger so I can turn this on and off.
Linked from:
- Christian Scheuer @chrscheuer2020-11-03 11:29:02.643Z
We don't have support for turning triggers on/off programmatically yet.
But in this case, you could have a trigger set a globalState variable that then gets read in the script.
There should be a complete example of how to do this in the following post: