custom user preset problem devlop branch
-
custom users preset example does not work in latest devlop branch. when loading a preset hise crashes completely. possible to fix this bug? THANKS
-
same thing in master branch
-
There's a bug in the code.
On line 32 change
Engine.loadUserPreset(list[value]);
to
Engine.loadUserPreset(list[value] + ".preset");
-
@d-healey said in custom user preset problem devlop branch:
Engine.loadUserPreset(list[value] + ".preset");
oh thank u ;)