Add System Beep sound

MAC OS - Desktop Application

I have never played around with sounds before…

I want to add a “system” beep to my countdown timer. So when the timer gets down to say 5 seconds My mac goes BEEP with every second remaining.

Thanks

Nevermind

Beep…

Duh

…or

POKE 54296,15:POKE 54296,0

… on Commodore C64 :wink:

I find that “beeps” can be sometimes be annoying. Much better to play around with something like this on your Mac::

Speak “Beep, five seconds remaining”
Speak “Beep, four seconds remaining”
Speak “beep”
Speak “Dough! … nevermind”

OFFTOPIC

[quote=492349:@Tomas Jakobs]…or

POKE 54296,15:POKE 54296,0

… on Commodore C64 ;-)[/quote]

Did not use a C64 for at least 34 Years, but i still remember SYS 64738 for a Soft Reset :smiley:

]PRINT CHR$(7)
]