aboutsummaryrefslogtreecommitdiff
path: root/externals/gridflow/doc/flow_classes/#print-help.pd
blob: b15e8ff46fa8e8ee8c8396684025d1ce1cc74370 (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
70
71
72
73
#N canvas 408 30 632 632 10;
#X text 15 32 Displays the dimensions of a grid in the console. If
the grid has less than two dimensions it will display all grid data.
;
#X floatatom 213 105 5 0 0 0 - - -;
#X floatatom 235 126 5 0 0 0 - - -;
#X floatatom 257 146 5 0 0 0 - - -;
#X obj 71 116 #in;
#X obj 100 158 #import (3 3 3);
#X msg 100 110 3 3 3 # 27;
#X obj 100 134 # rand;
#X msg 71 88 load sewing.jpg;
#X obj 71 251 #print paprika;
#X text 232 409 Incoming grid.;
#X obj 103 582 #dim;
#X obj 139 582 #to_float;
#X obj 205 582 #to_list;
#X obj 265 582 print;
#X text 232 431 select between base 2 \, 8 \, 10 \, 16;
#X text 232 453 stop printing after that number of rows;
#X text 232 475 stop printing after that number of characters on the
same line;
#X obj 213 165 #pack 3;
#X msg 368 188 base 2;
#X msg 368 208 base 8;
#X msg 368 228 base 10;
#X msg 368 248 base 16;
#X msg 370 159 maxrows 10;
#X msg 370 136 trunc 20;
#X obj 0 0 doc_h;
#X obj 3 379 doc_i 1;
#X obj 3 295 doc_c 0..1;
#X obj 3 582 doc_also;
#X obj 14 550 doc_oo 0;
#X obj 14 409 doc_ii 0;
#X obj 3 520 doc_o 2;
#X obj 14 325 doc_cc 0;
#X obj 97 325 doc_m c0 float|symbol;
#X text 232 325 prefix before the printed element in the console.;
#X text 232 347 default: no prefix;
#X obj 97 409 doc_m i0 grid;
#X obj 97 431 doc_m i0 base int;
#X obj 97 453 doc_m i0 maxrows int;
#X obj 97 475 doc_m i0 trunc int;
#X obj 97 550 doc_m o0 grid;
#X text 232 550 probably unused;
#X obj 0 603 doc_f;
#X connect 1 0 18 0;
#X connect 2 0 18 1;
#X connect 3 0 18 2;
#X connect 4 0 9 0;
#X connect 5 0 9 0;
#X connect 6 0 7 0;
#X connect 7 0 5 0;
#X connect 8 0 4 0;
#X connect 18 0 9 0;
#X connect 19 0 9 0;
#X connect 20 0 9 0;
#X connect 21 0 9 0;
#X connect 22 0 9 0;
#X connect 23 0 9 0;
#X connect 24 0 9 0;
#X connect 28 1 11 0;
#X connect 28 1 12 0;
#X connect 28 1 13 0;
#X connect 28 1 14 0;
#X connect 33 1 34 0;
#X connect 33 1 35 0;
#X connect 36 1 10 0;
#X connect 37 1 15 0;
#X connect 38 1 16 0;
#X connect 39 1 17 0;
#X connect 40 1 41 0;