aboutsummaryrefslogtreecommitdiff
path: root/externals/gridflow/pd_examples/hello-world.pd
blob: e43e1a710010805b0772d13ab6f39060892c02a9 (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
#N canvas 165 50 640 466 10;
#X obj 6 67 # / 320;
#X obj 6 187 # * 255;
#X obj 6 153 # != 0;
#X obj 6 -12 bng 15 250 50 0 empty empty empty 0 -6 0 8 -24198 -1 -1
;
#X obj 6 99 # inv+ 7;
#X obj 6 15 #for 0 320 1;
#X obj 6 48 # * 7;
#X obj 6 -34 loadbang;
#X text 26 -12 make one line:;
#X text 14 31 numbers 0 to 319;
#X text 15 84 numbers 0 to 6 repeated 45 or 46 times;
#X text 16 116 numbers 7 down to 1 ...;
#X text 13 172 3*1-bit rgb image line;
#X text 13 205 3*8-bit rgb image line;
#X text 135 223 repeat line 240 times;
#X obj -13 -85 cnv 15 500 30 empty empty empty 20 12 0 14 -233017 -66577
0;
#X text 0 -86 hello-world.pd;
#X obj 6 134 #outer & (2 4 1);
#X obj 6 222 #redim (240 320 3);
#X obj -14 349 cnv 15 500 30 empty empty empty 20 12 0 14 -200249 -66577
0;
#X text -7 355 GridFlow 0.8.0;
#X text -7 355 GridFlow 0.8.0;
#X text 0 -72 Copyright 2001 Mathieu Bouchard;
#X obj 289 297 #text_to_image;
#X obj 289 278 #import per_message;
#X msg 289 259 symbol Hello_World!;
#X obj 290 319 #draw_image put (3 # 0) (0 0);
#X obj 6 290 #out window;
#X msg 288 240 load grid gzfile lucida-typewriter-12.grid.gz;
#X obj 391 297 #in;
#X text 328 216 FOR FUTURE USE:;
#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 27 0;
#X connect 23 0 26 1;
#X connect 24 0 23 0;
#X connect 25 0 24 0;
#X connect 28 0 29 0;
#X connect 29 0 23 2;