ah, weāve discussed factory preset support a bit, but it hasnāt quite yet been baked into the system. you could hack it as a library pretty easily.
(testing out a quick implementation, one momentā¦)
ok yea, this works for me - quickly tested using awake
it is a bit hacky b/c it depends on knowledge about paramset / menu internals.
in a nutshell: if there is nothing in the scriptās designated preset/pmap location, try and copy from a script-local data folder. (e.g. i added ~/dust/code/awake/data/awake.pset, .../awake.pmap.) then, proceed with default preset init as usual.