@dezertaudio I think it will read flac, have you tested? It might not work with multi-mics and might cause issues during conversion to monolith, I'm not sure.
Does this mean if I use VS2022/26 to export Windows VST3, I can only support Win 10.0+
I've been using VS22 since ?2022? for Rhapsody builds, so unlikely.
Regarding Debian version, you need to build on a sufficiently old version of Linux otherwise there will be library incompatibilities for users on older distros.
The OOG would recommend not a hidden slider but a LAF that paint the three buttons on a linear slider in vertical mode. Or a scriptPanel if you dont want the drag between values behaviour.
I never use the radio group for non UI, saveInPreset components for this very reason.
@David-Healey
I tested it in Logic and it doesn't work there either. I will now implement it manually. However, it would of course be nice if it also worked via the custom settings.
@Anhuarcin It could be possible that there are code paths generated for runtime dispatch, so that if the CPU detection shows AVX support, then it will branch to use that - I can imagine that IPP does stuff like that to squeeze out performance.
@JulesV My solution is to use a flag. If the plugin is being initialized, load a specific preset that has my settings. if the plugin isn't being initialized, it doesn't do anything special.
@Daanyoo I just tried to reproduce it on a empty project on WIN, it worked there and all of the sudden it worked in the regular project as well... I am so confused haha
But at least its fixed, thank you guys for your help!!