mirror of
https://github.com/mikeoliphant/neural-amp-modeler-lv2.git
synced 2026-05-09 20:29:12 +02:00
remove "rate" from constructor
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user