internalPresetHandler.isCurrentlyLoadingPreset() Fails
-
macOS / current Dev build / custom preset system
isCurrentlyLoadingPreset()
can return false, if within a function called from the (user-defined) preset loading callback, and it's during a recall inside the DAW.If you are experiencing this, use both; this also ensures the in-app case seems to work:
if (internalPresetHandler.isCurrentlyLoadingPreset() || internalPresetHandler.isInternalPresetLoad())