diff --git a/Source/PluginProcessor.cpp b/Source/PluginProcessor.cpp index 7351322..5b1f1f5 100755 --- a/Source/PluginProcessor.cpp +++ b/Source/PluginProcessor.cpp @@ -1020,7 +1020,9 @@ void ObxdAudioProcessor::parameterChanged (const String& parameter, float newVal if ( isPositiveAndBelow (index, PARAM_COUNT) ) { + isHostAutomatedChange = false; setEngineParameterValue (index, newValue); + isHostAutomatedChange = true; } }