Browse Source

Added AAX macro JucePlugin_AAXDisableSaveRestore to set the AAX_eProperty_SupportsSaveRestore parameter

tags/2021-05-28
jules 9 years ago
parent
commit
0708b7af87
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      modules/juce_audio_plugin_client/AAX/juce_AAX_Wrapper.cpp

+ 4
- 0
modules/juce_audio_plugin_client/AAX/juce_AAX_Wrapper.cpp View File

@@ -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));


Loading…
Cancel
Save