aboutsummaryrefslogtreecommitdiff
path: root/doc/help/cyclone/Table-help.pd
blob: 4afad5e128abcbe20c1f55f9fd5e5a31e03778f0 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
#N canvas 0 26 671 319 10;
#X text 24 24 Store and graphically edit an array of numbers;
#X obj 19 143 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X text 104 62 store;
#X text 0 127 random;
#X msg 195 170 quantile \$1;
#X msg 30 62 open;
#X msg 103 170 \$1 \$1;
#X obj 103 78 vsl 15 80 0 79 0 0 empty empty empty 0 -8 0 8 -262144
-1 -1 0 1;
#X obj 73 78 vsl 15 80 0 79 0 0 empty empty empty 0 -8 0 8 -262144
-1 -1 0 1;
#X msg 150 170 inv \$1;
#X text 69 62 read;
#X obj 150 78 vsl 15 80 0 79 0 0 empty empty empty 0 -8 0 8 -262144
-1 -1 0 1;
#X text 145 62 inv read;
#X floatatom 73 229 0 0 0 0 - - -;
#X obj 112 229 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
#X floatatom 195 153 0 0 0 0 - - -;
#X obj 195 134 << 9;
#X obj 195 60 vsl 15 65 0 64 0 0 empty empty empty 0 -8 0 8 -262144
-1 -1 0 1;
#X text 211 57 read quantile;
#X text 130 224 The right outlet sends a bang when the table has been
changed by editing with the mouse;
#X text 56 255 You may name the table with an argument. Many boxes
may share the same table by using the same name. If there is a file
by that name it will be read into the table if possible.;
#X msg 29 86 sum;
#X msg 29 107 length;
#X text 291 108 You can close the table window by clicking its close
box \, and reopen it by double-clicking the "table" box or sending
it the open message.;
#X obj 74 201 Table;
#C restore;
#N canvas 320 151 483 400 META 0;
#X text 12 195 HELP_PATCH_AUTHORS Christoph Kummerer. Revised by Jonathan
Wilkes for Pd-extended 0.42 to conform to the PDDP template.;
#X text 12 165 WEBSITE http://suita.chopin.edu.pl/~czaja/miXed/externs/cyclone.html
;
#X text 12 5 KEYWORDS control GUI array max_compatible;
#X text 12 45 DESCRIPTION store and graphically edit an array of numbers
;
#X text 12 65 INLET_0 float list bang open sum length inv quantile
;
#X text 12 85 INLET_1 float;
#X text 12 105 OUTLET_0 float;
#X text 12 125 OUTLET_1 bang;
#X text 12 25 LICENSE SIBSD;
#X text 12 145 AUTHOR Krzysztof Czaja;
#X restore 621 298 pd META;
#X connect 1 0 24 0;
#X connect 4 0 24 0;
#X connect 5 0 24 0;
#X connect 6 0 24 0;
#X connect 7 0 6 0;
#X connect 8 0 24 0;
#X connect 9 0 24 0;
#X connect 11 0 9 0;
#X connect 15 0 4 0;
#X connect 16 0 15 0;
#X connect 17 0 16 0;
#X connect 21 0 24 0;
#X connect 22 0 24 0;
#X connect 24 0 13 0;
#X connect 24 1 14 0;