2
0
Fork 0

Update PluginProcessor.cpp

This commit is contained in:
George Reales 2020-07-21 20:07:50 +02:00
parent fce8090d49
commit 8b001012c5
1 changed files with 2 additions and 0 deletions

View File

@ -1020,7 +1020,9 @@ void ObxdAudioProcessor::parameterChanged (const String& parameter, float newVal
if ( isPositiveAndBelow (index, PARAM_COUNT) )
{
isHostAutomatedChange = false;
setEngineParameterValue (index, newValue);
isHostAutomatedChange = true;
}
}