Update PluginProcessor.cpp
This commit is contained in:
parent
fce8090d49
commit
8b001012c5
1 changed files with 2 additions and 0 deletions
|
@ -1020,7 +1020,9 @@ void ObxdAudioProcessor::parameterChanged (const String& parameter, float newVal
|
||||||
|
|
||||||
if ( isPositiveAndBelow (index, PARAM_COUNT) )
|
if ( isPositiveAndBelow (index, PARAM_COUNT) )
|
||||||
{
|
{
|
||||||
|
isHostAutomatedChange = false;
|
||||||
setEngineParameterValue (index, newValue);
|
setEngineParameterValue (index, newValue);
|
||||||
|
isHostAutomatedChange = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue