Just a little heads up from the undefined behaviour sanitizer, FYI:
JUCE/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp:88:24: runtime error: signed integer overflow: -80035043 * 31 cannot be represented in type 'int'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior JUCE/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp:88:24 in
And
JUCE/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp:218:22: runtime error: load of value 88, which is not a valid value for type 'bool'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior JUCE/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp:218:22 in
Cheers