aboutsummaryrefslogtreecommitdiff
path: root/doc/additional
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-02-04 01:59:55 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-02-04 01:59:55 +0000
commit7029b5c9a86e936a6cc2f0fc14a596aec60f3e1d (patch)
treec98a9ccde023ab12f1e2548571a633e138c7a9f6 /doc/additional
parent3c2fe34f82fb962813798a96290f341fc6d1c03a (diff)
stole example from Miller's list-help.pd -> [about-lists] and stripped it down to illustrate this one thing
svn path=/trunk/; revision=4548
Diffstat (limited to 'doc/additional')
-rw-r--r--doc/additional/messageoddness/message_arguments_need_lists.pd16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/additional/messageoddness/message_arguments_need_lists.pd b/doc/additional/messageoddness/message_arguments_need_lists.pd
new file mode 100644
index 00000000..497ed390
--- /dev/null
+++ b/doc/additional/messageoddness/message_arguments_need_lists.pd
@@ -0,0 +1,16 @@
+#N canvas 220 136 605 423 10;
+#X obj 190 245 print message;
+#X msg 190 58 list x.wav 44100;
+#X msg 223 118 x.wav 44100;
+#X msg 189 159 read \$1 \$2;
+#X msg 202 79 44100 x.wav;
+#X text 119 33 message arguments only work with lists.;
+#X text 318 56 declared list;
+#X text 314 79 implied list;
+#X text 307 118 undefined list;
+#X text 77 68 these work -->;
+#X text 68 120 this does not -->;
+#X connect 1 0 3 0;
+#X connect 2 0 3 0;
+#X connect 3 0 0 0;
+#X connect 4 0 3 0;