123456789101112131415161718192021222324252627282930 |
- #N canvas 145 22 815 528 10;
- #X obj 56 215 anytabwrite \$0-table;
- #X obj 343 185 anytabread \$0-table;
- #X floatatom 173 184 5 0 0 2 index - -;
- #X floatatom 343 162 5 0 0 2 index - -;
- #X obj 70 304 anytable \$0-table 50;
- #X text 379 450 (c)2013 Marian Weger;
- #X msg 56 127 habsdbk f2398gf23 fhufb32;
- #X text 17 34 anytable works like normal table \, but with any input
- data (list of symbols and/or floats).;
- #X obj 243 464 tabwrite;
- #X text 49 443 See table \, tabwrite \, tabread:;
- #X obj 245 486 tabread;
- #X obj 243 444 table;
- #X msg 371 298 resize 100;
- #X msg 391 318 clear;
- #X obj 371 370 s \$0-table;
- #X text 33 99 Write values:;
- #X text 325 121 Read values:;
- #X text 331 274 Resize \, clear \, set constant:;
- #X msg 401 338 const foo;
- #X obj 343 207 print;
- #X connect 1 0 19 0;
- #X connect 2 0 0 1;
- #X connect 3 0 1 0;
- #X connect 6 0 0 0;
- #X connect 12 0 14 0;
- #X connect 13 0 14 0;
- #X connect 18 0 14 0;
|