Hi,
I'm new to PD and trying to use boids (http://puredata.info/community/projects/software/boids) with GEM (http://puredata.info/community/projects/software/gem).
The example "boids2d-help.pd" (attached) that comes with boids is almost what I need, but it renders each boids result in a separate pd subpatch; in "pd gem_example" a route object is used to route each result of boids to a separate subpatch "pd boid" which takes care of the gem rendering.
Is there a way to send the results of boids to one subpatch that would take care of all the rendering no matter how many boids results there are ? This would allow me to fluctuate the number of boids without having to create and attach new subpatches.
Any help is highly appreciated.
Best,