polybuffer~ , granular synthesis ,poly~

Celian 's icon

i am trying to do a granular synthesis patch and i want to change from buffer~ to the polybuffer~ object. my question is about if anybody can send some info on to how do you rename the wave~ object inside the poly~ ( using this poly~ ) separate for each voice ( i am using message : set_$1_name and send_$1_name with send and receive .). i mean i try to send a different buffer containing a different soundfile to each voice.that means i have to change the name of the wave~ in each voice .

t's icon

i am not entirely sure what you want to achieve but in case you want to send specific messages to specific voices, there are (at least) two ways to do that:

- use thispoly~ voice number in combination with, for instance combine object, to generate a different name for receive objects in each voice

- use target message to poly~ to address specific voice