T
T
Timofei Malyshenko2016-01-29 13:50:41
Audio
Timofei Malyshenko, 2016-01-29 13:50:41

How to achieve simultaneous execution of several Beep() functions?

There is the following code:
case 'c':
Beep(BPlayer::Notes[0][0]->getFrequency(), pause);
break;
Is it possible to make it so that in the code below two functions are executed simultaneously, and if so, how, and if not, what are the analogues of Beep capable of doing this?
case 'C':
Beep(BPlayer::Notes[0][0]->getFrequency(), pause);
Beep(BPlayer::Notes[0][1]->getFrequency(), pause);
break;

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question