Mercurial > hg > easaier-soundaccess
changeset 137:78b56ed1031e
send the correct playspeed factor to the mainwindow when the filter is deleted
author | lbajardsilogic |
---|---|
date | Fri, 09 Nov 2007 10:36:16 +0000 |
parents | de8bd6cd96c1 |
children | 3b2b790e47e5 |
files | sv/filter/TimeStretchFilter.cpp sv/main/MainWindow.cpp |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/sv/filter/TimeStretchFilter.cpp Fri Nov 09 10:31:49 2007 +0000 +++ b/sv/filter/TimeStretchFilter.cpp Fri Nov 09 10:36:16 2007 +0000 @@ -127,6 +127,8 @@ delete outbuffer; + emit playSpeedChanged(1); + /***************************/ }
--- a/sv/main/MainWindow.cpp Fri Nov 09 10:31:49 2007 +0000 +++ b/sv/main/MainWindow.cpp Fri Nov 09 10:36:16 2007 +0000 @@ -4064,7 +4064,7 @@ */ m_playSpeedVal = value; - std::cerr << "m_playSpeedVal : " << m_playSpeedVal << std::endl; + //std::cerr << "m_playSpeedVal : " << m_playSpeedVal << std::endl; } /*void