-
jyg
posted in technical issues • read moreHere is a christmas' basic vanilla preset system
. Use as many instances of preset object as data you have to save.

-
jyg
posted in technical issues • read moreIn puredata, sliders and other guis can memorize state : check init parameter in properties.
There is also an option for arrays to save their contents in patch, Idem for text objects with -k flag.
You can dynamically change message boxes (with "set" messages), so you can retrieve their values when reopening the patch.
If you use abstractions, you should use savestate object inside of them to save some data within the main patch.
For preset system there are several implementations, but it is not trivial out of the box.
Check bop for puredata, else externals, audiolab abstractions, for example. -
jyg
posted in technical issues • read moreAFAIK, there is the formant-filter module in automatonism (available on deken)
-
jyg
posted in tutorials • read moreI have some projects that do parsing of pd files to extract GUI widgets parameters (to create a json file with custom guis in mobmuplat or Open Stage Control)
You can check this : https://github.com/jyg/stage and look inside stage.pd -
jyg
posted in technical issues • read moreYou should have a look there. The developpers are very responsive. Or alternatively you should create an issue on github.