Sounding multiple beeps - a new solution!
Sounding multiple beeps - a new solution!
- Subject: Sounding multiple beeps - a new solution!
- From: Mr Tea <email@hidden>
- Date: Thu, 19 Sep 2002 20:32:29 +0100
Here's a kinder, gentler method than Mr Knapp's technique of beating the CPU
into submission with pi.
set bufferList to {"*(", ":(", "!("}
repeat with theBuffer in bufferList
repeat 3 times
beep
say theBuffer
end repeat
say "!<("
end repeat
...and for those who require a little more precision:
set bufferList to {"[[slnc 50]]","[[slnc 150]]","[[slnc 400]]"} -- etc.
NB - The punctuation pauses work in OS X 10.2.1, but when I tried them in OS
9.1 (AS 1.8.3), "*" and "<" were verbalised.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.