[PD] Bug in pool?

Frank Barknecht fbar at footils.org
Tue Apr 19 14:06:21 CEST 2005


Hi,

attached is an example of a possible bug in the way, [pool] saves
symbols starting with a number. This seems to be a new bug, as it was
working in previous versions of pool, but is not in current CVS pool. 

The correct data is stored, but loading seems to go wrong.

Ciao
-- 
 Frank Barknecht                               _ ______footils.org__
             
          _ __latest track: "scans" _ http://footils.org/cms/show/41
-------------- next part --------------
#N canvas 289 86 537 525 10;
#X msg 196 180 set a 10x20;
#X msg 41 137 printall;
#X msg 213 153 reset;
#X obj 129 458 pool;
#X obj 113 58 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X obj 113 83 t b b b b b b b;
#X text 302 179 After this \, "10x20" is in pool;
#X text 245 248 After this however only "10" is in pool;
#X msg 163 207 save x.dat;
#X msg 129 249 load x.dat;
#X msg 277 355 savex x.xml;
#X msg 243 397 loadx x.xml;
#X text 238 329 This also is wrong:;
#X connect 0 0 3 0;
#X connect 1 0 3 0;
#X connect 2 0 3 0;
#X connect 4 0 5 0;
#X connect 5 0 1 0;
#X connect 5 1 9 0;
#X connect 5 3 8 0;
#X connect 5 4 1 0;
#X connect 5 5 0 0;
#X connect 5 6 2 0;
#X connect 8 0 3 0;
#X connect 9 0 3 0;
#X connect 10 0 3 0;
#X connect 11 0 3 0;


More information about the Pd-list mailing list