Is it possible to save presets, not in the preset browser.
-
I would like to save the parameters of sliders and buttons directly in the plug-in or in a son file and call them up again - without a preset browser.
-
This explains how to work with preset files without a browser, if you want to make your own preset system, I think that would require custom loops grabbing every element & writing it to a JSON or XML.
-
@MikeB yes it's possibe
if you search the API you'll find
also read the documentation on "FileSystem" and "File"
-
@iamlamprey haha sorry, I'm right behind you, I didn't see your answer :)
-
You can also use
Engine.saveUserPreset()
Give it a file object (you can use the file browser to get this).