reusing max objects

Learn about building and using Max for Live devices.
Post Reply
dusted
Posts: 8
Joined: Wed Oct 27, 2010 6:17 pm

reusing max objects

Post by dusted » Thu Sep 12, 2024 6:51 am

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

chapelier fou
Posts: 6358
Joined: Mon May 15, 2006 12:15 pm

Re: reusing max objects

Post by chapelier fou » Thu Sep 12, 2024 2:04 pm

You’re talking about abstractions, not objects.
Put their names in the box, without the “p”.
MacBook Pro 13" Retina i7 2.8 GHz OS 10.13, L10.0.1, M4L.
MacStudio M1Max 32Go OS 12.3.1

dusted
Posts: 8
Joined: Wed Oct 27, 2010 6:17 pm

Re: reusing max objects

Post by dusted » Fri Sep 13, 2024 11:42 am

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

Post Reply