System Sound?

Discuss, ask for help, share ideas, give suggestions, read tutorials, and tell us about bugs you have found with MicroMacro in here.

Do not post RoM-Bot stuff here. There is a subforum for that.
Forum rules
This is a sub-forum for things specific to MicroMacro.

This is not the place to ask questions about the RoM bot, which uses MicroMacro. There is a difference.
Post Reply
Message
Author
User avatar
3cmSailorfuku
Posts: 354
Joined: Mon Jan 21, 2008 6:25 pm

System Sound?

#1 Post by 3cmSailorfuku »

Is there a function to play a system sound? Like the common *Beep*.
User avatar
Administrator
Site Admin
Posts: 5344
Joined: Sat Jan 05, 2008 4:21 pm

Re: System Sound?

#2 Post by Administrator »

Code: Select all

printf("\a"); // \a means to send a system beep to the standard output.
User avatar
3cmSailorfuku
Posts: 354
Joined: Mon Jan 21, 2008 6:25 pm

Re: System Sound?

#3 Post by 3cmSailorfuku »

elverion wrote:

Code: Select all

printf("\a"); // \a means to send a system beep to the standard output.
Didn't knew, thank you :3
Post Reply