Mercurial > hg > svapp
changeset 189:017206f2e4c5 sv-v1.7.2
* Pop view progress bars back into "indeterminate" mode if they are not
updated for a couple of seconds (useful for plugins with very active
getRemainingFeatures())
author | Chris Cannam |
---|---|
date | Fri, 12 Mar 2010 15:34:18 +0000 |
parents | 32c13c46abd6 |
children | 68a0a2625a66 |
files | audioio/AudioCallbackPlaySource.cpp |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/audioio/AudioCallbackPlaySource.cpp Tue Jan 05 15:57:34 2010 +0000 +++ b/audioio/AudioCallbackPlaySource.cpp Fri Mar 12 15:34:18 2010 +0000 @@ -394,7 +394,9 @@ startFrame = m_viewManager->alignReferenceToPlaybackFrame(startFrame); +#ifdef DEBUG_AUDIO_PLAY_SOURCE std::cerr << startFrame << std::endl; +#endif // The fill thread will automatically empty its buffers before // starting again if we have not so far been playing, but not if