aboutsummaryrefslogtreecommitdiff
path: root/externals/gridflow/doc/flow_classes/#to_float-help.pd
blob: b82cc30f0a1cf20cb2003040abb443b825b40570 (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
#N canvas 585 129 502 472 10;
#X obj 1 0 cnv 15 500 18 empty empty empty 20 12 0 14 -228992 -66577
0;
#X obj 0 352 cnv 15 500 17 empty empty empty 20 12 0 14 -228992 -66577
0;
#X obj 0 247 cnv 15 500 18 empty empty empty 20 12 0 14 -228992 -66577
0;
#X obj 0 270 cnv 15 60 18 empty empty empty 20 12 0 14 -228992 -66577
0;
#X text 214 354 Outlets (1);
#X obj 0 450 cnv 15 500 18 empty empty empty 20 12 0 14 -228992 -66577
0;
#X obj 0 373 cnv 15 60 18 empty empty empty 20 12 0 14 -228992 -66577
0;
#X text 1 271 Inlet 0;
#X text 1 374 Outlet 0;
#X text 214 247 Inlets (1);
#X obj 15 188 cnv 15 55 17 empty empty empty 20 12 0 14 -241291 -66577
0;
#X text 5 298 GRID;
#X obj 15 100 #import ( 2 2 2 );
#X obj 51 133 display;
#X msg 15 73 1 2 3 4 5 6 7 8;
#X text 209 449 Arguments (0);
#X text 59 298 Accepts a grid that will be transformed into its elements.
;
#X text 138 73 <-- create the grid here;
#X obj 2 0 #to_float;
#X text 397 2 GridFlow 0.9.0;
#X text 4 401 FLOAT;
#X text 79 401 The grid is transformed into a sequence of floats.;
#X obj 15 188 #to_float;
#X text 12 27 Produces sequences of floats from grid data. Useful for
the integration into the rest of PureData.;
#X obj 15 216 print converted_grid;
#X connect 12 0 13 0;
#X connect 12 0 22 0;
#X connect 14 0 12 0;
#X connect 22 0 24 0;