hide pattrstorage from autopattr?

elmiller's icon

Hi,

I am adding to an existing framework which already has pattrstorage and autopattr on the toplevel patcher, which is used to fill umenus as a way of binding parameters. I am looking to add a separate pattrstorage to store separate data which I do not want added to the umenu options. I am able to hide my pattr objects from the autopattr and bind only to the new pattrstorage object, but the new pattrstorage object itself is showing up in the first pattrstorage and therefor showing up in the umenus. Is there a way to implement the same "hide from autopattr" function (or something like it) on a pattrstorage object as exists for pattr objects?

Thanks,
Eric

elmiller's icon

Edit: sorry I meant "hide from pattrstorage" rather than "hide from autopattr." I was reading more and saw that pattrstorage's greedy attribute toggles between a pattrstorage binding with pattr objects down to and including the next pattrstorage lower in a subpatcher hierarchy vs. going beyond that. I guess I am wondering if there is a way to stop at the next pattrstorage without including it.

thanks