[PD] Re: problem with recursive copy/paste in pool

Thomas Grill t.grill at gmx.net
Sun Dec 14 23:25:08 CET 2003


Hi Josh,
there was a bug in pool causing the wrong behavior... fixed in tomorrow's
cvs.
I'd recommend to use the cvs version in any case... a new release will be
made when i'm sure about the xml format and when i've found a proper
implementation to support it.

best greetings,
Thomas

----- Original Message ----- 
From: "Josh Steiner" <josh at vitriolix.com>
To: "PD List" <pd-list at iem.kug.ac.at>; "Thomas Grill" <t.grill at gmx.net>
Sent: Saturday, December 13, 2003 9:31 PM
Subject: problem with recursive copy/paste in pool


> hey guys, can any of you tell me where I'm going wrong?  i need to get
> pool to recursively copy/paste whole trees of dirs + key/values... no
> matter what i try it doesnt seem to work.  attached is a little test
> patch to show you what i mean.
>
> thanks for any advice you may have.
>
> -josh
>
> (using 0.1 on windows right now)
>
> -- 
> ____________________________________________________
> independent u.s. drum'n'bass -- http://vitriolix.com
>
>


----------------------------------------------------------------------------
----


> #N canvas 201 0 1094 781 8;
> #X obj 403 44 loadbang;
> #X msg 672 137 chsub aaaa;
> #X msg 682 118 mksub aaaa;
> #X msg 662 158 mksub bbbb;
> #X msg 652 177 chsub bbbb;
> #X msg 642 198 mksub cccc;
> #X msg 632 217 chsub cccc;
> #X msg 622 238 mksub dddd;
> #X msg 612 257 chsub dddd;
> #X msg 597 292 set oo1 hi;
> #X msg 587 312 set oo2 hi;
> #X msg 577 332 set oo3 hi;
> #X msg 567 352 set oo4 hi;
> #X obj 403 82 t b b b b b b b b b b b b b b b b b b b b b b b b b b
> b b b;
> #X msg 549 375 chdir;
> #X obj 795 719 pool foo;
> #X msg 218 651 save foo.txt;
> #X msg 273 602 chdir;
> #X obj 110 605 textfile;
> #X msg 131 555 print;
> #X msg 110 583 read foo.txt cr;
> #X obj 330 38 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
> -1;
> #X msg 444 475 set debu g;
> #X msg 521 403 mkdir paste;
> #X msg 359 545 chdir paste;
> #X msg 474 444 chdir aaaa;
> #X msg 412 510 copyrec -1;
> #X msg 325 583 paste;
> #X connect 0 0 13 0;
> #X connect 1 0 15 0;
> #X connect 2 0 15 0;
> #X connect 3 0 15 0;
> #X connect 4 0 15 0;
> #X connect 5 0 15 0;
> #X connect 6 0 15 0;
> #X connect 7 0 15 0;
> #X connect 8 0 15 0;
> #X connect 9 0 15 0;
> #X connect 10 0 15 0;
> #X connect 11 0 15 0;
> #X connect 12 0 15 0;
> #X connect 13 0 19 0;
> #X connect 13 1 20 0;
> #X connect 13 2 16 0;
> #X connect 13 3 17 0;
> #X connect 13 9 27 0;
> #X connect 13 11 24 0;
> #X connect 13 12 26 0;
> #X connect 13 13 22 0;
> #X connect 13 14 25 0;
> #X connect 13 15 23 0;
> #X connect 13 16 14 0;
> #X connect 13 17 12 0;
> #X connect 13 18 11 0;
> #X connect 13 19 10 0;
> #X connect 13 20 9 0;
> #X connect 13 21 8 0;
> #X connect 13 22 7 0;
> #X connect 13 23 6 0;
> #X connect 13 24 5 0;
> #X connect 13 25 4 0;
> #X connect 13 26 3 0;
> #X connect 13 27 1 0;
> #X connect 13 28 2 0;
> #X connect 14 0 15 0;
> #X connect 16 0 15 0;
> #X connect 17 0 15 0;
> #X connect 19 0 18 0;
> #X connect 20 0 18 0;
> #X connect 21 0 13 0;
> #X connect 22 0 15 0;
> #X connect 23 0 15 0;
> #X connect 24 0 15 0;
> #X connect 25 0 15 0;
> #X connect 26 0 15 0;
> #X connect 27 0 15 0;
>





More information about the Pd-list mailing list