Skip to content

Instantly share code, notes, and snippets.

@kjaymiller
Created January 7, 2019 05:45
Show Gist options
  • Save kjaymiller/94e0e86fac35f89e9ef74559cac42949 to your computer and use it in GitHub Desktop.
Save kjaymiller/94e0e86fac35f89e9ef74559cac42949 to your computer and use it in GitHub Desktop.
Mute Button
if input volume of (get volume settings) = 0 then
set level to 100
else
set level to 0
end if
set volume input volume level
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment