How to use loadUserPreset
-
I'm trying to determine a default preset by using loadUserPreset in onInit. This is everything I have written:
Engine.loadUserPreset(Donuts);
What have I missed?
-
@pgaudioworks use the default preset setting in project preferences
-
@d-healey found it! That's very helpful. How should I enter the preset name? I have it the way below, but it's not loading when I compile:
UserPresets/Bank1/Cat1/Jeremy.preset
-
@pgaudioworks said in How to use loadUserPreset:
@d-healey found it! That's very helpful. How should I enter the preset name? I have it the way below, but it's not loading when I compile:
UserPresets/Bank1/Cat1/Jeremy.preset
try removing parts of the name until you get it to load ..start by removing UserPresets/
-
@Lindon this fixed it. Thanks!