fixed #1966
This commit is contained in:
parent
3edbb79861
commit
54308f13e4
1 changed files with 1 additions and 0 deletions
|
@ -1593,6 +1593,7 @@ GLiveSupport :: playTestSoundOnCue(void) throw ()
|
||||||
cuePlayer->start();
|
cuePlayer->start();
|
||||||
Ptr<time_duration>::Ref sleepT(new time_duration(microseconds(10)));
|
Ptr<time_duration>::Ref sleepT(new time_duration(microseconds(10)));
|
||||||
while (cuePlayer->isPlaying()) {
|
while (cuePlayer->isPlaying()) {
|
||||||
|
runMainLoop();
|
||||||
TimeConversion::sleep(sleepT);
|
TimeConversion::sleep(sleepT);
|
||||||
}
|
}
|
||||||
} catch (std::runtime_error &e) {
|
} catch (std::runtime_error &e) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue