how to modify all duplicated sub-patches

aquaism's icon

Hello

I made a sub-patch.
and duplicated it two or three.

later I modify one sub-patch.
but the other patches are not changes.

how can I edit many sub-patches at once?
or is there an way to automatically update function on duplicated sub-patch?

pdelges's icon

Open your subpatch [p mySubpatch] and save it as a Max file, under the name mySubpatch for instance.

Then, instead of instantiating [p mySubpatch], use [mySubpatch] instead.

You just did what's called in the Max terminology an abstraction.
When you'll modify that abstraction, all instances will be modified too.

Here is the official documentation link:

aquaism's icon

thanks a lot!!!

that`s so simple
have a nice day