how to make PC Speaker Beep
Posted
#1
(In Topic #658)
Enthusiast

I hope someone can help as this is a super simple question
When I try to use beep or system.beep I get a error message saying unknown
how do I get the system to make beep noise from the PC Speaker?
Posted
Guru

sudo apt-get install beep
then use shell in gambas to run it…
Shell "beep"
Posted
Regular

…obvious: ".Beep" is not a resource of the "System" Class.AndyGable said
When I try to use beep or system.beep I get a error message saying unknown
BruceSteers said
then use shell in gambas to run it…
Shell "beep"
uhmmm… then maybe that might be enough:
Europaeus sum !
<COLOR color="#FF8000">Amare memorentes atque deflentes ad mortem silenter labimur.</COLOR>
<COLOR color="#FF8000">Amare memorentes atque deflentes ad mortem silenter labimur.</COLOR>
Posted
Regular

Voutt's Print Char(7) should work
Using Screen.Print from gb.ncurses should work
Using Bruce's Shell Beep should work
…but none of these worked for me (in the few minutes that I spent trying them) and I think it may be because I need to enable pc speaker via my audio mixer. However, it does not show on my mixer…so good luck with this one!
1 guest and 0 members have just viewed this.


