Respond to MMC even when synced to JACK. Fixes #3700.
[ardour.git] / libs / ardour / ardour / source_factory.h
index 14d0de5f4dfb0c4d8f2bae067a5ac13670084c92..c5994027cede972167206e64f013f91e8dd232e7 100644 (file)
@@ -48,8 +48,8 @@ class SourceFactory {
                        int chn, Source::Flag flags, bool announce = true, bool async = false);
 
        static boost::shared_ptr<Source> createWritable (DataType type, Session&,
-                       const std::string& path, 
-                       bool destructive, nframes_t rate, bool announce = true, bool async = false);
+                        const std::string& path, const std::string& origin,
+                       bool destructive, framecnt_t rate, bool announce = true, bool async = false);
 
        static Glib::Cond*                               PeaksToBuild;
        static Glib::StaticMutex                         peak_building_lock;