speak to some selected target in a poly~
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
Max Patch
Copy patch and select New From Clipboard in Max.
A1: Nope.
A1: you can fake it with something like that
Thanks Emmanuel, that's great.
Max Patch
Copy patch and select New From Clipboard in Max.
another method, just for fun:
Max Patch
Copy patch and select New From Clipboard in Max.
The coma is missing in your version... Another one using listfunnel:
Ah yes, of course... nice!