1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Added AAX macro JucePlugin_AAXDisableSaveRestore to set the AAX_eProperty_SupportsSaveRestore parameter

This commit is contained in:
jules 2016-04-26 10:53:21 +01:00
parent b9aaa880c4
commit 0708b7af87

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