Re: System Sound
Re: System Sound
- Subject: Re: System Sound
- From: "I. Savant" <email@hidden>
- Date: Thu, 10 May 2007 11:17:15 -0400
On 5/10/07, Joshua Pennington <email@hidden> wrote:
[[NSSound soundNamed:@"Purr"] play];
This will get you a particular sound, but if you just want to "beep"
the user, it's best to use their chosen system beep sound, so NSBeep()
is the simplest approach to making sure a) the sound actually exists
(the user could've deleted it) and b) the sound is what the user chose
as their default beep.
--
I.S.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden