Fix producing of NaN from Env/LFO parameter change while playing (#3761)
Guarantee thread safety to ensure fillLevel() not to read value from wrong buffer address.
This commit is contained in:
@@ -121,6 +121,7 @@ private:
|
||||
static LfoInstances * s_lfoInstances;
|
||||
bool m_used;
|
||||
|
||||
QMutex m_paramMutex;
|
||||
|
||||
FloatModel m_predelayModel;
|
||||
FloatModel m_attackModel;
|
||||
|
||||
Reference in New Issue
Block a user