Hi,

I’m new to Pure Data and I hope that my question is not too amateurish.

My challenge is to develop a program, which sends coordinates from objects to pure data by using OSC (or another technology) to generate sounds. These objects can be more than 100. I don’t want to create for each object a sound element.

So is there a possibility to use the data of the OSC in a “for each” approach.
For example the program sends "object/1/x 100", "object/1/x 30", "object/n/x 20", "object/n/y 30", ...

Thank you in advance.