aboutsummaryrefslogtreecommitdiff
path: root/externals/gridflow/examples/hello-world.pd
blob: 6b8306a368ed8d9d1be881b8e27f27850e8afc01 (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 580 223 489 466 10;
#X obj 21 68 # / 320;
#X obj 21 188 # * 255;
#X obj 21 154 # != 0;
#X obj 21 -11 bng 15 250 50 0 empty empty empty 0 -6 0 8 -24198 -1
-1;
#X obj 21 100 # inv+ 7;
#X obj 21 16 #for 0 320 1;
#X obj 21 49 # * 7;
#X obj 21 -33 loadbang;
#X text 41 -11 make one line:;
#X text 29 32 numbers 0 to 319;
#X text 30 85 numbers 0 to 6 repeated 45 or 46 times;
#X text 31 117 numbers 7 down to 1 ...;
#X text 28 173 3*1-bit rgb image line;
#X text 28 206 3*8-bit rgb image line;
#X text 150 224 repeat line 240 times;
#X obj 2 -84 cnv 15 500 30 empty empty empty 20 12 0 14 -233017 -66577
0;
#X text 15 -85 hello-world.pd;
#X obj 21 135 #outer & (2 4 1);
#X obj 21 223 #redim (240 320 3);
#X obj 1 348 cnv 15 500 30 empty empty empty 20 12 0 14 -200249 -66577
0;
#X text 8 354 GridFlow 0.8.0;
#X text 8 354 GridFlow 0.8.0;
#X text 15 -71 Copyright 2001 Mathieu Bouchard;
#X obj 21 281 #out window;
#X text 64 321 this is also covered by a new class named [#hello];
#X connect 0 0 4 0;
#X connect 1 0 18 0;
#X connect 2 0 1 0;
#X connect 3 0 5 0;
#X connect 4 0 17 0;
#X connect 5 0 6 0;
#X connect 6 0 0 0;
#X connect 7 0 3 0;
#X connect 17 0 2 0;
#X connect 18 0 23 0;