Using polybuffer~ and gen~
Hello!
I am new in the gen~ realm. I am creating a granular synth using gen~. But I want to be able to change de sample very easy. I thought the polybuffer~ object could help me with that, but I dont know how to reference the individual buffers inside the polybuffer~ object.
Hi, you can send the message to gen~ with the name of the buffer op internal to gen~, followed by the exact name of the buffer within polybuffer~(polybuffer~ works with gen~ same as regular buffer~, but polybuffer~ names things with its name, appended by decimal followed by the number of placement within polybuffer~'s ordered list):

Max Patch
Copy patch and select New From Clipboard in Max.
Thanks a lot! It’s working perfectly now