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 --- src/pdluax-help.pd | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/pdluax-help.pd (limited to 'src/pdluax-help.pd') diff --git a/src/pdluax-help.pd b/src/pdluax-help.pd new file mode 100644 index 0000000..9293dcc --- /dev/null +++ b/src/pdluax-help.pd @@ -0,0 +1,12 @@ +#N canvas 0 22 447 171 10; +#X obj 134 144 hello; +#X text 31 122 See also:; +#X obj 33 88 pdluax hello; +#X obj 123 88 pdluax hello; +#X obj 213 88 pdluax hello; +#X obj 303 88 pdluax hello; +#X obj 88 144 pdlua; +#X text 31 16 [pdluax foo] loads the source file "foo.pd_luax" on each +object creation. Less efficient than the loader ([foo] loads "foo.pd_lua" +just once for all time) but more flexible when developing or live-coding. +; -- cgit v1.2.1