Isn't [repeat] along with [separator] the solution for such things? Maybe something like this could work:
[gemhead] | [t a a] | | | [cube] | [separator] | [repeat] | [color] | [translate]
Incrementing the number in the left inlet of [repeat] should create a new copy where you can change its parameters (color, position,etc.), if i'm not mistaken...
maybe you need a separator before [cube] as well, not sure..
On 2 Αυγ 2013, at 11:16, puredata@11h11.com wrote:
maybe [gemlist] will help you?
What if i need specific colors for each cubes?
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 08/02/13 10:03, Alexandros Drymonitis wrote:
Isn't [repeat] along with [separator] the solution for such things?
the canonical solution is to use [until]-[gemlist] instead of [repeat], which allows to use iteration without having to resort to a 3rd party external (zexy).
it might also be more robust.
fgmasdr IOhannes