Page 1 of 1

reusing max objects

Posted: Thu Sep 12, 2024 6:51 am
by dusted
Hello,

I created some Max patches in Max for live that I want to use in multiple places in a patch. However I can't get it to work. This is what I've done:

1. Saved the file to disk in the Max 8 projects folder
2. Added the projects folder to my library
3. Tried to type 'p "patchname"' but it creates a new instance of a subpatch, doesn't find saved subpatches in project.
4. Tried to drag the patch from explorer but it opens in normal max with saving disabled.

Is there anything I can do to reuse the code?

Thanks

Re: reusing max objects

Posted: Thu Sep 12, 2024 2:04 pm
by chapelier fou
You’re talking about abstractions, not objects.
Put their names in the box, without the “p”.

Re: reusing max objects

Posted: Fri Sep 13, 2024 11:42 am
by dusted
Thanks for the reply. That was very helpful!

I was able to find the links to where abstractions are in tutorial and the manual:

https://docs.cycling74.com/max8/tutoria ... cchapter15
https://docs.cycling74.com/max8/vignettes/abstractions