X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Ffilter.h;h=e80d1fcfd5168c911879aa81573703e8766026ec;hb=e5a181c323243a03338f5a9934a5df254986370d;hp=2b6476c49f0b2eafa6e6a1fe5f37dd4f3c7b2df2;hpb=c0e6f8e4c324c3f44613949b59acd9e864ab263d;p=ardour.git diff --git a/libs/ardour/ardour/filter.h b/libs/ardour/ardour/filter.h index 2b6476c49f..e80d1fcfd5 100644 --- a/libs/ardour/ardour/filter.h +++ b/libs/ardour/ardour/filter.h @@ -43,7 +43,7 @@ class LIBARDOUR_API Filter { protected: Filter (ARDOUR::Session& s) : session(s) {} - int make_new_sources (boost::shared_ptr, ARDOUR::SourceList&, std::string suffix = ""); + int make_new_sources (boost::shared_ptr, ARDOUR::SourceList&, std::string suffix = "", bool use_session_sample_rate = true); int finish (boost::shared_ptr, ARDOUR::SourceList&, std::string region_name = ""); ARDOUR::Session& session;