speak to some selected target in a poly~

Fixrobert's icon

Hello there,
I know that I can send messages to an instance of a poly~ by sending "target x" before the message.
I know too than I can send messages to all instances of a poly~ by sending "target 0".
But is there a way to send messages to some instances (say, more than one) but not to all instances of a poly~?
thanks a lot

Emmanuel Jourdan's icon
Max Patch
Copy patch and select New From Clipboard in Max.

A1: Nope.
A1: you can fake it with something like that

Fixrobert's icon

Thanks Emmanuel, that's great.

seejayjames's icon
Max Patch
Copy patch and select New From Clipboard in Max.

another method, just for fun:

Emmanuel Jourdan's icon
Max Patch
Copy patch and select New From Clipboard in Max.

The coma is missing in your version... Another one using listfunnel:

seejayjames's icon

Ah yes, of course... nice!