Mercurial > hg > easaier-soundaccess
diff sv/main/MainWindow.cpp @ 280:8bdfbd9ad418
return to the old result list.
author | benoitrigolleau |
---|---|
date | Fri, 31 Oct 2008 10:01:25 +0000 |
parents | a9af42a93073 |
children |
line wrap: on
line diff
--- a/sv/main/MainWindow.cpp Tue Oct 21 15:17:16 2008 +0000 +++ b/sv/main/MainWindow.cpp Fri Oct 31 10:01:25 2008 +0000 @@ -110,6 +110,10 @@ #include <cstdio> #include <errno.h> +/*HOT FIXE*/ +#include "TimeStretchFilter.h" +/**********/ + using std::cerr; using std::endl; @@ -3647,7 +3651,7 @@ { unsigned long pos = 0; unsigned long newAudioTime=m_viewManager->getPlaybackFrame()/(getMainModel()->getSampleRate()/1000); - if(!(m_playSource->lastAudioTime==newAudioTime)) + if(!(m_playSource->lastAudioTime==newAudioTime) || freeze) { m_playSource->lastAudioTime=newAudioTime; long long cntClick = 0;