Hi there, I have a subpatch with some guis and turned on "init"
but seems like values are not stored when saved on parent patch.
What I might be doing wrong? Thank you
-
Saving param values in a subpatch by property (init)
-
are you sure yoU're not using an abstraction? a subpatch (ie [pd something] ) should save the values, but they are not saved for abstractions unless you specifically open that abstraction and save it.
-
Pd-l2ork has two objects to do this kind of state storing: [preset_hub] and [preset_node]
Essentially you put the [preset_hub] in your main patch, and a [preset_node] in your abstraction for each gui. (I assume by "subpatch" you meant "abstraction".) Then you send a message to [preset_hub] to save the state, which is saved with your patch.