remove "rate" from constructor

This commit is contained in:
Mike Oliphant
2023-03-21 09:45:02 -07:00
parent cbf1ad7ccf
commit 15642132ba
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ namespace NAM {
std::unordered_map<std::string, double> mNAMParams = {};
Plugin(float rate);
Plugin();
~Plugin() = default;
bool initialize(double rate, const LV2_Feature* const* features) noexcept;