how to save all presets of bpatchers and their abstracts from main patch?

prko's icon

dear users,

I have just tried to save some settings of my patch.
A problem of the main patch is that it has only [bpatcher]s or abstracts.
Thus, I am trying now to find a possibility to save and load the presets from the main patch.

How can I reach my goal?

best,
prko

Gregory Taylor's icon

Have a look at the pattrstorage refpage, paying particular attention to the listing for the greedy attribute.

ComfortableInClouds's icon

drop an [autopattr @autoname 1] into all your bpatchers/patchers. Then drop one of these into the main patch. Then create a pattrstorage object and voila, everything is linked to this one pattrstorage object.

prko's icon

voila!

I have done!

Thanks!!!!!!!!