Don't set TimeFXRequest done to true too early; it must only be set after Editor...
authorCarl Hetherington <carl@carlh.net>
Thu, 7 Jun 2012 20:57:21 +0000 (20:57 +0000)
committerCarl Hetherington <carl@carlh.net>
Thu, 7 Jun 2012 20:57:21 +0000 (20:57 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@12597 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/rb_effect.cc
libs/ardour/st_stretch.cc

index 7ff60e6912f0976f0369c462b8989c62d83b8e55..f3adaec22c36269393a889cf09c0faeebb2d7c10 100644 (file)
@@ -388,8 +388,6 @@ RBEffect::run (boost::shared_ptr<Region> r, Progress* progress)
                }
        }
 
-       tsr.done = true;
-
        return ret;
 }
 
index d8009c1218113929651bbab065c144cd6830c1f6..b031ee28f935c96dd892cf13c397a1ad8bee7f24 100644 (file)
@@ -203,7 +203,5 @@ STStretch::run (boost::shared_ptr<Region> a_region, Progress* progress)
                }
        }
 
-       tsr.done = true;
-
        return ret;
 }