mirror of
https://github.com/mikeoliphant/neural-amp-modeler-lv2.git
synced 2026-07-23 10:56:19 +02:00
Fix race condition when setting the quality scale while loading a model
This commit is contained in:
@@ -76,7 +76,6 @@ namespace NAM {
|
||||
std::string currentModelPath;
|
||||
float prevDCInput = 0;
|
||||
float prevDCOutput = 0;
|
||||
float qualityScale = 1.0f;
|
||||
|
||||
Plugin();
|
||||
~Plugin();
|
||||
|
||||
Reference in New Issue
Block a user