aboutsummaryrefslogtreecommitdiff
path: root/examples/tabread4.pd
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2004-07-21 16:56:50 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2004-07-21 16:56:50 +0000
commit7db848c580506314baedd28a7c001d137c2dffbe (patch)
tree1836cf6919555ba6339f9fbfb83e289ecb553edb /examples/tabread4.pd
parentcb55a7e77b61753c186dd7eaa635d3b98f9062d2 (diff)
updated documentation
svn path=/trunk/externals/zexy/; revision=1878
Diffstat (limited to 'examples/tabread4.pd')
-rw-r--r--examples/tabread4.pd29
1 files changed, 0 insertions, 29 deletions
diff --git a/examples/tabread4.pd b/examples/tabread4.pd
deleted file mode 100644
index 8fff4e5..0000000
--- a/examples/tabread4.pd
+++ /dev/null
@@ -1,29 +0,0 @@
-#N canvas 0 0 884 549 8;
-#X obj 85 45 tabread4;
-#X text 87 96 "tabread4" is missing in the pd-distribution \, and i really don't know why \, because sometimes one might need it...;
-#X text 89 132 so here it is;
-#X msg 495 140 \; readout 1 \; array99 resize 10 \; array99 bounds 0 0 10 10 \; array99 xlabel -0.5 0 1 2 3 4 5 6 7 8 9 10 \; array99 ylabel -1 0 1 2 3 4 5 6 7 8 9 10 \; array99 0 1 4 2 8 5 6 1 4 2 8;
-#X floatatom 204 185;
-#X floatatom 204 351;
-#X text 242 369 output = array99[index];
-#X text 323 303 creation argument;
-#X text 323 318 gives array name;
-#X msg 214 277 set array99;
-#X text 303 278 change array name;
-#X obj 204 317 tabread4 array99;
-#X graph graph1 0 0 10 10 504 467 754 267;
-#X array array99 10 float;
-#X pop;
-#X obj 94 317 tabread array99;
-#X floatatom 94 356;
-#X text -7 335 this is how it was;
-#X msg 214 255 help;
-#X text 235 184 index (try non-integer :: 1.5);
-#X obj 495 119 loadbang;
-#X connect 4 0 11 0;
-#X connect 4 0 13 0;
-#X connect 9 0 11 0;
-#X connect 11 0 5 0;
-#X connect 13 0 14 0;
-#X connect 16 0 11 0;
-#X connect 18 0 3 0;