Two Pattr's In One Patcher?
Hi, I am trying to build a sequencer for pattr states. I want to be able to save the sequencer's state separate from pattr's, but they are both in the same patcher. how can i have two pattr systems in the same patcher? thanks!
Max Patch
Copy patch and select New From Clipboard in Max.
Check out the subscribemode attribute:
cool, thanks. ended up just encapsulating one portion of the patch as a bpatcher, and excluding it from the pattrstorage of the patch it's nested in.