mirror of
https://github.com/mikeoliphant/neural-amp-modeler-lv2.git
synced 2026-05-16 13:40:07 +02:00
remove "rate" from constructor
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ static LV2_Handle instantiate(const LV2_Descriptor*, double rate, const char*, c
|
||||
) {
|
||||
try
|
||||
{
|
||||
auto nam = std::make_unique<NAM::Plugin>(static_cast<float>(rate));
|
||||
auto nam = std::make_unique<NAM::Plugin>();
|
||||
|
||||
if (nam->initialize(rate, features))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user