Hi Christian:
How are you getting on with your multiple geos experiment?
I had a look into your patch and here is what I think:
just send sends different values to the [translateXYZ] object and bang to [gemhead] 10 times. This does not create 10 squares, I think.
[translateXYZ]->[square] but can do with just one gem head depending on how much control you want over the rendering order.
messages to create [translateXYZ]->[square] first and use [repeat] to repeat the whole script 10 times.
I made to create 10 of them. However, to do it, you might what to do like
[r from_gemhead] | | [translateXYZ] | | [square]
And in the parent window do:
[gemhead] | | [s from_gemhead]
Making sense? Correct me if I am wrong.
Cheers
CHUN