diff --git a/modules/juce_audio_plugin_client/AAX/juce_AAX_Wrapper.cpp b/modules/juce_audio_plugin_client/AAX/juce_AAX_Wrapper.cpp index 4b88b63e77..5ddbfed9c0 100644 --- a/modules/juce_audio_plugin_client/AAX/juce_AAX_Wrapper.cpp +++ b/modules/juce_audio_plugin_client/AAX/juce_AAX_Wrapper.cpp @@ -1388,6 +1388,10 @@ struct AAXClasses properties->AddProperty (AAX_eProperty_Constraint_AlwaysProcess, true); #endif + #if JucePlugin_AAXDisableSaveRestore + properties->AddProperty (AAX_eProperty_SupportsSaveRestore, false); + #endif + if (enableAuxBusesForCurrentFormat (busUtils, inputLayout, outputLayout)) { check (desc.AddSideChainIn (JUCEAlgorithmIDs::sideChainBuffers));