From 7029b5c9a86e936a6cc2f0fc14a596aec60f3e1d Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 4 Feb 2006 01:59:55 +0000 Subject: stole example from Miller's list-help.pd -> [about-lists] and stripped it down to illustrate this one thing svn path=/trunk/; revision=4548 --- .../messageoddness/message_arguments_need_lists.pd | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/additional/messageoddness/message_arguments_need_lists.pd (limited to 'doc/additional/messageoddness') 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; -- cgit v1.2.1