how could i make
print: 0 print: 1 print: 2 print: 3 print: 4 print: 5 print: 6
into
print: 0 1 2 3 4 5 6
?
-- × d ¥ · O 7 G
On Tue, 29 May 2001, _-¯-_ wrote:
how could i make
print: 0 print: 1 print: 2 print: 3 print: 4 print: 5 print: 6
into
print: 0 1 2 3 4 5 6
?
you can use the "repack"-object from the zexy-external it will repack its input to packages of constant size, like =--------------------- |1, 2, 3, 4, 5 6 7, 8( =--------------------- | =--------- |repack 3| =--------- | =------ |print|
resulting in " print: 1 2 3 print: 4 5 6 " waiting for one other atom to be passed, so that "7 8 last_atom" ist output.
i think thats it
mfg.fds.sda IOhannes
-- × d ¥ · O 7 G
|you can use the "repack"-object from the zexy-external |it will repack its input to packages of constant size, like |=--------------------- ||1, 2, 3, 4, 5 6 7, 8( |=--------------------- || |=--------- ||repack 3| |=--------- || |=------ ||print| |------- | |resulting in |" |print: 1 2 3 |print: 4 5 6 |" |waiting for one other atom to be passed, so that "7 8 last_atom" ist |output.
used serialize from gglib with an extra inlet for dyna limit readjust ... built a sort of list interpolator http://barely.a.live.fm/pd/stff/list-interpol8.tgz
needs ggee + counter (gem) (if guenther hasnt uploaderd yet, get http://barely.a.live.fm/pd/patches/serialize.diff
-- I x Þ ¥ . O R g