Re: get current system volume
Re: get current system volume
- Subject: Re: get current system volume
- From: "Marc K. Myers" <email@hidden>
- Date: Thu, 3 Mar 2005 14:38:40 -0500
On Mar 3, 2005, at 11:35 AM, email@hidden
wrote:
I can set the system volume easily enough but can I get the current one
(writing a script that briefly mutes the Mac and want to go back to
whatever volume I was at before). Have tried stuff like 'get volume'
and
a few million variations and thrown them at the Finder and Sytem
Events...
"get sound volume" and "set sound volume" are parts of the Standard
Additions osax. There's no need to use them in a tell block.
set x to sound volume
set sound volume to 0
delay 10
set sound volume to x
Marc [3/3/05 2:30:51 PM]
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden