By Christian Scheuer @chrscheuer2018-06-15 19:41:52.578Z
How can you integrate SoundFlow with AppleScripts, terminal commands, and other scripting or macro software?
Christian Scheuer @chrscheuer2018-06-15 19:42:39.391ZYou can run any soundflow command from Terminal or from a shell script by typing
soundflow runfollowed by the command ID.Example:
soundflow run window.anchorToScreen.center80
In reply tochrscheuer⬆:Christian Scheuer @chrscheuer2018-06-15 19:44:31.438ZYou can invoke any SoundFlow action via web (this helps integrating with Stream Deck for instance).
Every command in SoundFlow has a web trigger, for instance opening this URL will invoke the
Enable Previewcommand.
http://localhost:1780/command/proTools.automation.preview.enable- Progress
