aboutsummaryrefslogtreecommitdiff
path: root/memento/examples/listsymbol.pd
blob: 3acc013a82b7de3e1c0eac8fd28abe100f63c58a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#N canvas 239 79 855 654 10;
#X obj 243 432 s restore;
#X msg 243 398 symbol restore;
#X obj 270 85 r restore;
#X obj 243 300 careGUI list.dat;
#X obj 270 111 numbers temp;
#X obj 537 87 r restore;
#X obj 543 517 pool;
#X obj 540 550 print value;
#X symbolatom 462 436 10 0 0 0 - - -;
#X symbolatom 569 588 10 0 0 0 - - -;
#X msg 542 480 set name \$1;
#X msg 634 480 get name;
#X msg 633 446 save /tmp/names.dat;
#X obj 458 509 print set;
#X obj 537 111 numbers temp1;
#X msg 587 309 printall;
#X msg 587 361 printrec;
#X text 587 341 print values in dir and subdirs;
#X text 657 360 (depth may be given);
#X msg 587 410 printroot;
#X text 587 390 print values in dir and subdirs (starting from root)
;
#X msg 680 520 load list.dat;
#X connect 1 0 0 0;
#X connect 2 0 4 0;
#X connect 3 0 1 0;
#X connect 5 0 14 0;
#X connect 6 0 7 0;
#X connect 6 0 9 0;
#X connect 8 0 10 0;
#X connect 10 0 6 0;
#X connect 10 0 13 0;
#X connect 11 0 6 0;
#X connect 12 0 6 0;
#X connect 15 0 6 0;
#X connect 16 0 6 0;
#X connect 19 0 6 0;
#X connect 21 0 6 0;