Re: Setting speaker level
Re: Setting speaker level
- Subject: Re: Setting speaker level
- From: Michelle Steiner <email@hidden>
- Date: Wed, 11 Mar 2009 10:26:43 -0700
On Mar 11, 2009, at 10:19 AM, Robert Poland wrote: tell (get volume settings) -- this line is more for a record for future ref. set {a, b, c, d} to {output volume, input volume, alert volume, output muted} end tell --> {50, 50, 100, false} set currentVolume to a as string ... set soundVolume to currentVolume as string set volume output volume (soundVolume)
"as string" isn't necessary; in fact, I'm surprised that it works. The dictionary specifies integer for that parameter.
-- Michelle --
We're given a choice in our lives, to make things better, or worse, or merely endure like Sheep. I choose to make things better, as much as I can. -- Mercedes Lackey
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden