expose more info from plugin-strip (for GUI display)
[ardour.git] / libs / ardour / rb_effect.cc
index 2749e18258585299c99afac82910677d2b6ea3d0..03ce918f3142817ffd72508b2d18074a7cb8c457 100644 (file)
@@ -209,8 +209,6 @@ RBEffect::run (boost::shared_ptr<Region> r, Progress* progress)
 
                        for (uint32_t i = 0; i < channels; ++i) {
 
-                               this_read = 0;
-
                                framepos_t this_time;
                                this_time = min(bufsize, read_duration - pos);
 
@@ -251,7 +249,6 @@ RBEffect::run (boost::shared_ptr<Region> r, Progress* progress)
 
                        for (uint32_t i = 0; i < channels; ++i) {
 
-                               this_read = 0;
                                framepos_t this_time;
                                this_time = min(bufsize, read_duration - pos);