X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Ffilter.h;h=e80d1fcfd5168c911879aa81573703e8766026ec;hb=6bd583803ea1daf19a1c088766122b5cdf340171;hp=2b6476c49f0b2eafa6e6a1fe5f37dd4f3c7b2df2;hpb=b9185d2c07c77eccf3679ac99f6b69f8fdd79c48;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;