aboutsummaryrefslogtreecommitdiff
path: root/examples/tabread4.pd
blob: 8fff4e5af06f429a344445711887d047f8f83976 (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
#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;