I think there's a bug in 0.20.
For example, I load the patch below, which was initialy created by placing a "page" object, then placing an "array" into that page, which gets the symbol "array1". It seems like everything is ok, until I restart PD and reload the patch, and then "array1" is unknown. (For example, "read array1 xxx" doesn't work.
Does anyone else have this problem?
Larry
(If possible, please CC to lt@westnet.com, since the pd-list has been a bit unreliable for me)
#N canvas 0 0 621 549 8; #X floatatom 50 124 0; #N canvas 0 0 600 400 /SUBPATCH/ 0; #X graph graph1 0 -1 100 1 200 320 600 20; #X array array1 100 float; #X pop; #X restore 44 10 page; #X obj 48 82 get array1 y; #X floatatom 54 51 25; #X connect 2 0 0 0; #X connect 3 0 2 0;
-- Larry Troxler -- lt@westnet.com -- Patterson, NY USA --