Let's say that I have made a pd abstraction called "abstraction.pd" which has a graph on parent window. I now create this abstraction object in a new canvas, with some creation arguments, [abstraction 1 2 3], and the graph on parent window pops up.
-
Is it possible to now rename the object, or otherwise change the creation arguments? Ie, if I wanted to change it to [abstraction 4 5 6], is there any way of doing this, or would I have to delete the original object and then create a new one?
-
Is it possible to modify the creation arguments automatically from within the graph on parent window? Ie., lets say that the graph on parent window has a number box in it. Is it possible to use that number box to modify the creation argument in the object name, so that [abstraction 1] becomes [abstraction 2]?
I feel like this should be possible with internal messages, but I don't know how to go about it...