hi list dos anyone now an object ore a method with witch it is possible to send lists with variable lenghts to variable receivers. the send object in pd dosent le my change its argument, and the msgobject need a fixed($1 $2 . ..) listlenght. . . . .anyone any suggestions? danx noskule
Hallo, noskule@gmx.net hat gesagt: // noskule@gmx.net wrote:
dos anyone now an object ore a method with witch it is possible to send lists with variable lenghts to variable receivers. the send object in pd dosent le my change its argument, and the msgobject need a fixed($1 $2 . ..) listlenght.
See attached patch for the ;-trick, that lets you change send destinations on the fly. Variable list length isn't really possible. You can trick around with "prepend" or "glue" but you will also need a variable receiver. I've no idea how to build that.
Frank Barknecht _ ______footils.org__
Hi Frank,
See attached patch for the ;-trick, that lets you change send destinations on the fly. Variable list length isn't really possible. You can trick around with "prepend" or "glue" but you will also need a variable receiver. I've no idea how to build that.
You could have a look at the flext tutorial example "bind1" (in pd cvs). Also featured in chapter 7 of the flext introduction downloadable at http://www.parasitaere-kapazitaeten.net/ext/flext
best greetings, Thomas
you can use tosymbol and fromsymbol from cyclone to convert and reconvert lists of any lenghts. cheers michael
Am Montag, 21. Juli 2003 11:59 schrieb noskule@gmx.net:
hi list dos anyone now an object ore a method with witch it is possible to send lists with variable lenghts to variable receivers. the send object in pd dosent le my change its argument, and the msgobject need a fixed($1 $2 . ..) listlenght. . . . .anyone any suggestions? danx noskule
thanks for the replys i try to compile sprinkler for windows . ... the problem is with tosymbol and fromsymbol is, that the receivers are tables .. . noskule
moin noskule,
On 21 July 2003 at 11:59:22, noskule@gmx.net wrote:
hi list dos anyone now an object ore a method with witch it is possible to send lists with variable lenghts to variable receivers. the send object in pd dosent le my change its argument, and the msgobject need a fixed($1 $2 . ..) listlenght. . . . .anyone any suggestions? danx noskule
maybe "sprinkler" does what you want:
http://www.ling.uni-potsdam.de/~moocow/projects/pd/sprinkler.tgz
marmosets, Bryan