Hottest Free Downloads - DownloadPipe.com Over 197,000 downloads! Bookmark Now!
DownloadPipe.com - New Downloads Every Minute
 SEARCH:
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Beep-sound

 
   Mac (Home) -> Apple Scripts RSS
Next:  Snippet content  
Author Message
Jo_y

External


Since: Jun 22, 2008
Posts: 27



(Msg. 1) Posted: Fri Nov 21, 2008 3:45 am
Post subject: Beep-sound
Archived from groups: alt>comp>lang>applescript (more info?)

its possible to assign via applescript another beep-sound?
temporally or permanently ?
Back to top
Login to vote
Jolly Roger

External


Since: Nov 05, 2007
Posts: 1218



(Msg. 2) Posted: Fri Nov 21, 2008 11:43 am
Post subject: Re: Beep-sound [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article
<7976fec3-1789-45e4-acea-704ea1f32260.RemoveThis@j39g2000yqn.googlegroups.com>,
Jo_y <jo_y.RemoveThis@operamail.com> wrote:

> its possible to assign via applescript another beep-sound?
> temporally or permanently ?

That's what this is for:

<http://www.macupdate.com/info.php/id/8479/play-sound>

--
Send responses to the relevant news group rather than email to me.
E-mail sent to this address may be devoured by my very hungry SPAM
filter. Due to Google's refusal to prevent spammers from posting
messages through their servers, I often ignore posts from Google
Groups. Use a real news client if you want me to see your posts.

JR
Back to top
Login to vote
Jo_y

External


Since: Jun 22, 2008
Posts: 27



(Msg. 3) Posted: Fri Nov 21, 2008 1:01 pm
Post subject: Re: Beep-sound [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

it is not exactly what i wanted, but is nice, very nice!
here is the script:

tell application "Finder"
set xx_1 to alias ((name of startup disk) & ":" &
"System:Library:Sounds:" as text)
set rand_ to random number of (count every item in xx_1)
if rand_ is 0 then set rand_ to 2
set the_f to (item rand_ of xx_1)
end tell


set d to (current date) as date
set h to hours of d
set m to minutes of d
tell application "Play Sound" to play (the_f as text)
tell application "Quicksilver" to show large type (h & ":" & m as
text)

i'll put this script as event in into iCal.
Back to top
Login to vote
Display posts from previous:   
Related Topics:
How change the alert sound? - Hi, how can I change the alert sound in MacOS X? I can only find the sound volume settings. Steffen -- Die Newton-Seite: http://home.arcor.de/steffen.bendix/Newton

scripting Quicktime to convert images to jpg - Here is a droplet that I am working on to have Quicktime translate still images generated by iMovie into JPG images that can be imported into iPhoto. on open (theList) tell application "Finder" repeat with x in theList if {"disk&quo...

Help with script, please - Here is the script: tell application "Mail" set foo to the selection set foo to item 1 of foo set address_ to address of item 1 of to recipient of foo if not (name of item 1 of to recipient of foo exists) then set AppleScript...

Finder label texts - Hi, it's easy to get a file's label *number*: set f to (choose file) tell application "Finder" get label index of f --as text end tell But how do I get the text? By somehow reading the Finder preferences? -- Tobias Weber

Open a file in PhotoshopCS - I would open an image with photoshop and do some action. I try this 2 scripts: set the topLevelFolder to (choose folder) as string tell application "Finder" set fileList to name of every file of folder topLevelFolder as list end tell ...
       Mac (Home) -> Apple Scripts All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum
Categories:
 Windows Forums
 Game Forums
 Linux Forums
  Mac Forums
 PDA Forums
 Mobile Forums
  Top  |  Store  |  RSS Feeds RSS  |  Data Feeds  |  Advertise  |  Submit  |  Bookmark  |  Newsletter  |  Contact