Changing names on named objects automatically?

pgk's icon

Hi all,

I have a patch using several named tables of name type: #0_table.
Works fine in Max/MSP, but I want to make this patch a Max4Live device.

I was wandering if there is a quick way to change the name of say one of these to ---table,
and tell Max to do the same for all the objects of the same name, instead of going through them one by one
myself.

Is there a way to do that? (if not, well, I have some serious renaming to do)

cheers,
Panos

EasyMac's icon

Open up your patch in a text editor instead of Max and use Search/Replace to step through instances and rename them (or just Replace All if you're feeling bold). I recently did this for a big renaming.

pgk's icon

niicee! will do