i need a script that gradually turns the volume higher every time i activate it, and one that turns it down? i’m talking about the main volume of the computer. i want one script, not like 5 scripts with set volume 5 set volume 7 and so on
This was recently discussed here (see post #6), but the answer may not be very clear.
Increase volume:
set volume output volume (output volume of (get volume settings)) + 7
Decrease volume:
set volume output volume (output volume of (get volume settings)) - 7
See also: MacOSXHints.com “ Create functional volume keys for keyboards
Edit: See also: Volume Script
Thanks, it wasn’t very clear in the other post.