new automation state model, sort of working, but not really
[ardour.git] / libs / ardour / audiofilter.cc
index dab32cc3303c716314e75964c950f32b8f0d1785..a7117cf9dc1646ad87f61408dc3f2a35f8d8d7b1 100644 (file)
@@ -50,7 +50,7 @@ AudioFilter::make_new_sources (boost::shared_ptr<AudioRegion> region, SourceList
                }
 
                try {
-                       nsrcs.push_back (boost::dynamic_pointer_cast<AudioSource> (SourceFactory::createWritable (path, false, session.frame_rate())));
+                       nsrcs.push_back (boost::dynamic_pointer_cast<AudioSource> (SourceFactory::createWritable (session, path, false, session.frame_rate())));
                } 
 
                catch (failed_constructor& err) {