aboutsummaryrefslogtreecommitdiff
path: root/desiredata/doc/2.control.examples/04.messages.pd
diff options
context:
space:
mode:
Diffstat (limited to 'desiredata/doc/2.control.examples/04.messages.pd')
-rw-r--r--desiredata/doc/2.control.examples/04.messages.pd35
1 files changed, 0 insertions, 35 deletions
diff --git a/desiredata/doc/2.control.examples/04.messages.pd b/desiredata/doc/2.control.examples/04.messages.pd
deleted file mode 100644
index a56dd92b..00000000
--- a/desiredata/doc/2.control.examples/04.messages.pd
+++ /dev/null
@@ -1,35 +0,0 @@
-#N canvas 0 0 591 442 12;
-#X floatatom 225 110 0 0 0;
-#X floatatom 184 109 0 0 0;
-#X msg 184 56 5 6;
-#X floatatom 132 108 0 0 0;
-#X floatatom 64 105 0 0 0;
-#X text 30 21 Most Pd messages are just numbers or short lists of numbers:;
-#X msg 64 55 5;
-#X obj 64 80 + 9;
-#X obj 132 83 +;
-#X obj 184 84 unpack;
-#X msg 288 55 5;
-#X obj 288 107 print;
-#X obj 288 81 pack 34 78;
-#X msg 132 55 5 6;
-#X floatatom 195 328 0 0 0;
-#X obj 195 303 +;
-#X msg 195 254 1.2 3.4;
-#X msg 205 277 5 6;
-#X text 36 206 Unlike Max \, in Pd all numbers are floating point. Numbers whose values happen to be integers are displayed without decimal points.;
-#X text 31 363 For more on messages \, get help on any message box by right-clicking.;
-#X text 329 409 updated for Pd release 0.33;
-#X text 34 149 If you send a list to an object with more than one inlet \, the items in the list are spread out over the inlets \, as seen in the 5+6 example above.;
-#X connect 2 0 9 0;
-#X connect 6 0 7 0;
-#X connect 7 0 4 0;
-#X connect 8 0 3 0;
-#X connect 9 0 1 0;
-#X connect 9 1 0 0;
-#X connect 10 0 12 0;
-#X connect 12 0 11 0;
-#X connect 13 0 8 0;
-#X connect 15 0 14 0;
-#X connect 16 0 15 0;
-#X connect 17 0 15 0;