Poly~ patcher with different buffers

YR's icon

Hi,
I've searched through the forums but couldn't find an answer, I hope you don't mind me asking.
I'm trying to build a granular synthesis patch using a poly~ with a play~ object that reads a buffer outside the poly.
I'd like to have multiple buffers, and have some voices play one buffer, while some other voices play another buffer. Is it possible or do I have to create two (or more) different poly~ ?
Thank you in advance.

Source Audio's icon

check target messages.
for example
you can send target 3, XXX 1
where XXX would be buffer name, 1 start playback

Using target messages instead of note or midinote disables
poly~ voice management, which one has to apply using other means.

Check polybuffer~ help file for sampler example.