fix up some confusion with filesources' _origin and _file_is_new members. if _origin...
[ardour.git] / libs / ardour / filter.cc
index 67aa840cad4b8da26ab5c3475596f952879b4254..b085ec946b3d09305d52b3b8871e8a05a29f1e30 100644 (file)
@@ -71,7 +71,7 @@ Filter::make_new_sources (boost::shared_ptr<Region> region, SourceList& nsrcs, s
                try {
                        nsrcs.push_back (boost::dynamic_pointer_cast<Source> (
                                SourceFactory::createWritable (region->data_type(), session,
-                                                              path, string(), false, session.frame_rate())));
+                                                              path, false, session.frame_rate())));
                }
 
                catch (failed_constructor& err) {