[PD] listz
Johannes M Zmoelnig
zmoelnig at iem.kug.ac.at
Tue May 29 21:32:59 CEST 2001
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
>
>
>
More information about the Pd-list
mailing list