• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: beep
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: beep


  • Subject: Re: beep
  • From: Luther Fuller <email@hidden>
  • Date: Fri, 29 Apr 2011 14:46:17 -0500

On Apr 29, 2011, at 12:34 PM, louie wrote:

Hi all I am trying to change the beep sound when running a script.
The below no workie.
Thanks for any help.

tell current application
beep as "Tink"
end tell

Get a copy of "Play Sound" and do this ...

property sndAlias : alias "OS_X:System:Library:Sounds:Tink.aiff"
tell application "Play Sound"
play sndAlias
end tell

Or, get a copy of 'qtplay', here ...
http://code.google.com/p/qtplay/downloads/detail?name=qtplay 1.4.0.zip
and write a 'do shell script ...' to play the sound via qtplay.
(qtplay may have problems with Intel. I have a rewritten copy that does work with 10.6 - intel)

 _______________________________________________
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

  • Follow-Ups:
    • Re: beep
      • From: Robert Poland <email@hidden>
References: 
 >beep (From: louie <email@hidden>)

  • Prev by Date: beep
  • Next by Date: Re: beep
  • Previous by thread: beep
  • Next by thread: Re: beep
  • Index(es):
    • Date
    • Thread