Mathieu Bouchard wrote:
- wrong objectbox arguments (error in object creation) should result in
an objectbox being drawn using a dotted or dashed contour. externals should be able to say "this object can't be constructed properly"
they definitely can and returning NULL in object_new would trigger such a message in pd.
- changing an objectbox's arguments to something wrong should not delete
its connections to other objects. maybe those connections could be dotted or dashed in turn, but it's also good to leave them as-is.
yes, that's annoying to lose the connections, good point.
cheers,
sevy/yves