Compiled plugin not loading initial preset
-
I want load initial preset in my plugin so to do this i used
Engine.loadUserPreset("Initial/Initial/Init");
and everything works inside Hise but not in compiled plugin.
How to solve this problem? -
Bump. Anyone?
-
You can't load an initial preset. At launch, your plugin initializes with the settings it has been exported with. So before exporting, load the preset you want to be the initial setting.