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:
parent
b9aaa880c4
commit
0708b7af87
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue