aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorials/intro/send_messages_to_pd.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-13 05:04:52 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-13 05:04:52 +0000
commit54d61372a2c35f43df7ac398da1a5d7bd37da857 (patch)
treecb49a92d817603f0f26f290a9cbcc613ae7dbbf3 /doc/tutorials/intro/send_messages_to_pd.pd
parentfbc1e03da8fa727349833e4ebb475dc2b7e06ade (diff)
got the start of a good intro tutorial, but its lacking some good, simple exercises
svn path=/trunk/; revision=4897
Diffstat (limited to 'doc/tutorials/intro/send_messages_to_pd.pd')
-rw-r--r--doc/tutorials/intro/send_messages_to_pd.pd26
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/tutorials/intro/send_messages_to_pd.pd b/doc/tutorials/intro/send_messages_to_pd.pd
new file mode 100644
index 00000000..f0961a6e
--- /dev/null
+++ b/doc/tutorials/intro/send_messages_to_pd.pd
@@ -0,0 +1,26 @@
+#N canvas 476 37 655 592 12;
+#X msg 134 485 menuclose;
+#X obj 46 550 s pd-mon-nouveau-patch.pd;
+#X obj 22 216 cnv 15 5 5 empty empty 1 5 0 0 20 -262144 -258699 0;
+#X obj 23 290 cnv 15 5 5 empty empty 2 5 0 0 20 -262144 -258699 0;
+#X obj 20 342 cnv 15 5 5 empty empty 3 5 0 0 20 -262144 -258699 0;
+#X msg 60 185 \; pd filename mon-nouveau-patch.pd /tmp \; #N canvas
+\; #X pop 1 \;;
+#X text 13 149 Click these messages starting from the top:;
+#X msg 76 331 symbolatom 20 100 0 0 0 0;
+#X msg 92 379 connect 0 0 1 0;
+#X msg 60 279 msg 20 27 symbol Hello_World!;
+#X text 131 426 click on [symbol Hello_World!( in the new window;
+#X text 243 484 now close the new window;
+#X obj 20 389 cnv 15 5 5 empty empty 4 5 0 0 20 -262144 -258699 0;
+#X obj 19 440 cnv 15 5 5 empty empty 5 5 0 0 20 -262144 -258699 0;
+#X obj 18 495 cnv 15 5 5 empty empty 6 5 0 0 20 -262144 -258699 0;
+#X obj 8 10 cnv 15 400 40 empty empty send_messages_to_pd 20 12 0 24
+-228992 -66577 0;
+#X text 11 75 Keeping true to the name "Pure Data" \, you can send
+messages to Pd itself. All messages are in the same format \, whether
+its in your patch \, or it's Pd's GUI talking to the Pd core.;
+#X connect 0 0 1 0;
+#X connect 7 0 1 0;
+#X connect 8 0 1 0;
+#X connect 9 0 1 0;