mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-24 06:10:09 +01:00
Bug859 - Play indicator incorrect for very short loop plays (< 15 ms)
This commit is contained in:
@@ -3888,7 +3888,7 @@ int audacityAudioCallback(const void *inputBuffer, void *outputBuffer,
|
||||
}
|
||||
|
||||
// Wrap to start if looping
|
||||
if (gAudioIO->mPlayLooped && gAudioIO->mTime >= gAudioIO->mT1)
|
||||
while (gAudioIO->mPlayLooped && gAudioIO->mTime >= gAudioIO->mT1)
|
||||
{
|
||||
// LL: This is not exactly right, but I'm at my wits end trying to
|
||||
// figure it out. Feel free to fix it. :-)
|
||||
|
||||
Reference in New Issue
Block a user