aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorials/intro/00.hello_world.pd
blob: 1176ea029920b9ac268ddfae91d97a4c522611e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#N canvas 228 159 632 444 12;
#X msg 235 167 Hello world!;
#X text 238 216 <-- connection \, aka "cord";
#X text 17 32 In Pd \, programming is done with boxes which are connected
together. The boxes have "inlets" and "outlets" \, where they are connected.
;
#X text 153 265 inlet-->;
#X text 154 158 inlet-->;
#X text 144 178 outlet-->;
#X obj 234 265 print;
#X text 289 266 <-- object box;
#X text 89 357 Now look in the Pd window to see the result.;
#X text 359 168 <-- message box;
#X text 101 111 Click on the box with "Hello world!" in it:;
#X connect 0 0 6 0;