We modified the AAX wrapper in Juce to implement the CompareActiveChunk function. But we also added the flag JucePlugin_AAXDisableDefaultSettingsChunks=1 to the builds. This worked in Juce 6.x, but appears broken now in Juce 7. When we use that flag, the CompareActiveChunk function no longer gets called. Might be something we need to modify in the wrapper to make it work again, but since we cannot see how that code gets called (the host calls it directly), it’s difficult to know what to change.
One hint might be that the “default” chunk size is assumed to be 0 when that flag is set? I know that if we use code to prevent saving the chunk data the very first time getStateInformation in called (in the first instance to be opened), then that sets the chink size to 0, which also prevents the compare function from being called. So maybe using the flag does the same thing?
(We’re on 7.0.5, by the way.)
