Skip to content

Instantly share code, notes, and snippets.

@mattboldt
Forked from kyleawayan/killUAD.applescript
Created December 21, 2021 21:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattboldt/eb67c6ff50a0d5a7dfaa62d0bacab73a to your computer and use it in GitHub Desktop.
Save mattboldt/eb67c6ff50a0d5a7dfaa62d0bacab73a to your computer and use it in GitHub Desktop.
tell application "UA Mixer Engine"
if it is running then
quit
else
launch
end if
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment