Hello,all! I am attempting to make a program in which tetris music is played. However, to get the full effect, I need more than one beep at a time. I cannot use the getsound thing either, i am not allowed. It has to be using 'Beep()'. Is this possible, and, if so, how?

Recommended Answers

All 3 Replies

Yea it's possible, but you will have to multithread you program and have one thread running one tone and the other running the other.

Oh, OK.... How do you multithread

Use an external library to handle musics and sound. I would suggest
openAL (Google it).

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.