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/pdlua-help.pd | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/pdlua-help.pd (limited to 'src/pdlua-help.pd') diff --git a/src/pdlua-help.pd b/src/pdlua-help.pd new file mode 100644 index 0000000..efd122d --- /dev/null +++ b/src/pdlua-help.pd @@ -0,0 +1,15 @@ +#N canvas 0 22 534 259 10; +#X msg 44 58; +#X text 118 58 << more methods will come (maybe); +#X text 118 102 << global interface to pdlua; +#X text 118 20 << load and run a Lua file (searches Pd's path); +#X msg 17 21 load hello.lua; +#X text 17 191 See also:; +#X obj 37 216 hello; +#X text 15 135 Side-effects:; +#X obj 17 101 pdlua; +#X obj 87 216 pdluax hello; +#X text 29 157 [pdlua] registers a loader that allows Pd classes written +in Lua to be loaded.; +#X connect 0 0 8 0; +#X connect 4 0 8 0; -- cgit v1.2.1