X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fsource_factory.h;h=b1ee6438f5088041ebe3b76c522e91b2a7c09342;hb=470255effaab8f691b74a717857dc1ff71f32af3;hp=a41cd36258f57f5f5c80904afb2dede456d207dd;hpb=4b20e719a893e985ee2b21e6440daa0433c61305;p=ardour.git diff --git a/libs/ardour/ardour/source_factory.h b/libs/ardour/ardour/source_factory.h index a41cd36258..b1ee6438f5 100644 --- a/libs/ardour/ardour/source_factory.h +++ b/libs/ardour/ardour/source_factory.h @@ -48,12 +48,12 @@ class LIBARDOUR_API SourceFactory { static boost::shared_ptr createExternal (DataType type, Session&, - const std::string& path, + const std::string& path, int chn, Source::Flag flags, bool announce = true, bool async = false); static boost::shared_ptr createWritable (DataType type, Session&, - const std::string& path, + const std::string& path, bool destructive, framecnt_t rate, bool announce = true, bool async = false);