Nesting pattrstorage objects

Lee's icon

Hi, if I have several pattrstorage objects in a hierarchy, and I call, e.g. store 0, on the top level object, should I expect this to do a store 0 on all children first before storing itself or should I go through all the children and do a store 0 on them (this is the behaviour I am seeing, tho I would expect it to be the former....)

Cheers, Lee

Nat's icon

Why not use a single top level pattrstorage with the @greedy 1 attribute ? This way that single pattrstorage will index all objects even in subpatches.