From 267170167d52cab9e97f879d9127a1cf04f6bb58 Mon Sep 17 00:00:00 2001 From: Martin Peach Date: Tue, 15 Mar 2011 20:53:57 +0000 Subject: This is a version of Claude Heiland-Allen's lua for Pd. The objects are named pdlua and pdluax instead of lua and luax. So far it seems to work on linux. svn path=/trunk/externals/pdlua/; revision=15030 --- examples/lsend-help.pd | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 examples/lsend-help.pd (limited to 'examples/lsend-help.pd') diff --git a/examples/lsend-help.pd b/examples/lsend-help.pd new file mode 100644 index 0000000..51b5856 --- /dev/null +++ b/examples/lsend-help.pd @@ -0,0 +1,19 @@ +#N canvas 0 0 450 300 10; +#X obj 55 142 lsend lsend-x; +#X obj 49 188 r lsend-x; +#X obj 158 189 r lsend-y; +#X msg 141 87 symbol lsend-x; +#X msg 149 107 symbol lsend-y; +#X floatatom 69 112 5 0 0 0 - - -; +#X msg 32 57 foo bar 1 2 4 8; +#X obj 48 224 print lsend-x; +#X obj 158 224 print lsend-y; +#X symbolatom 55 87 10 0 0 0 - - -; +#X text 21 23 Test send support...; +#X connect 1 0 7 0; +#X connect 2 0 8 0; +#X connect 3 0 0 1; +#X connect 4 0 0 1; +#X connect 5 0 0 0; +#X connect 6 0 0 0; +#X connect 9 0 0 0; -- cgit v1.2.1