Ah, so that works for you, good. I was getting concerned because of the other post.

The "set volume" command is part of the "Standard Additions" scripting additions library installed with every OS X system (and older versions as well, I think). You can open the dictionary within the Script Editor. There is lots of info in there, many commands to play with. For example, instead of "input" volume, you can also specify "output" or "alert" volume, each of these also runs from 0 to 100. There is also an "output muted" option to mute the speakers:

set volume with output muted
set volume without output muted


"set volume" is listed under "Miscellaneous Commands" -> "Commands" in the dictionary.


On Nov 25, 2004, at 3:36 PM, Ken Norris wrote:

Hi Frank,

On Nov 25, 2004, at 1:44 AM, [EMAIL PROTECTED] wrote:

Date: Wed, 24 Nov 2004 17:04:03 -0500
From: "Frank D. Engel, Jr." <[EMAIL PROTECTED]>
Subject: Re: audio input level

do "set volume input volume 100" as AppleScript

Works....thank you so much.

How did you know 100 is the maximum level? Where is that info?

TIA,
Ken N.

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


-----------------------------------------------------------
Frank D. Engel, Jr.  <[EMAIL PROTECTED]>

$ ln -s /usr/share/kjvbible /usr/manual
$ true | cat /usr/manual | grep "John 3:16"
John 3:16 For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.
$




___________________________________________________________
$0 Web Hosting with up to 120MB web space, 1000 MB Transfer
10 Personalized POP and Web E-mail Accounts, and much more.
Signup at www.doteasy.com

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to