change API for GainControl, VCA and VCAManager
[ardour.git] / libs / ardour / reverse.cc
index 06fafb0ca45c2ff97185c73f09f3afd0157a0b9a..b2189cf67e5c3a184224398fd57ff8b5a708be62 100644 (file)
@@ -56,7 +56,7 @@ Reverse::run (boost::shared_ptr<Region> r, Progress*)
 
        /* create new sources */
 
-       if (make_new_sources (region, nsrcs)) {
+       if (make_new_sources (region, nsrcs, "", false)) {
                goto out;
        }