Hi,
i’d like to setup a specific System.beep (on Mac OS X): is it possible ?
For example i’d like to play the “ping” beep, how to do that ?
In Xojo, Beep
will play the sound the user selected as the system alert sound. If they select Ping, tada! However, to specifically use the system Ping sound you might need declares or plugins. I’m not sure how to go about that.
Edit: Here’s how you can do it with MBS https://www.monkeybreadsoftware.net/cocoa-nssoundmbs-shared-method.shtml#4
The easiest way to include a custom sound in Xojo is to include the sound file in your project. You might want to check out https://freesound.org for royalty free sounds you can include.