get output volume with AppleScript
I'm writing an AppleScript which should show the value for the output volume. With get volume settings
I'm getting 4 values, but I need just the output volume value. The integer should be shown in a display dialog
.
Solution 1:
use this:
display alert output volume of (get volume settings)