This commit is contained in:
fgerlits 2006-11-13 15:11:53 +00:00
parent 3edbb79861
commit 54308f13e4
1 changed files with 1 additions and 0 deletions

View File

@ -1593,6 +1593,7 @@ GLiveSupport :: playTestSoundOnCue(void) throw ()
cuePlayer->start();
Ptr<time_duration>::Ref sleepT(new time_duration(microseconds(10)));
while (cuePlayer->isPlaying()) {
runMainLoop();
TimeConversion::sleep(sleepT);
}
} catch (std::runtime_error &e) {