aboutsummaryrefslogtreecommitdiff
path: root/src/pdluax-help.pd
diff options
context:
space:
mode:
authorMartin Peach <mrpeach@users.sourceforge.net>2011-03-15 20:53:57 +0000
committerMartin Peach <mrpeach@users.sourceforge.net>2011-03-15 20:53:57 +0000
commit267170167d52cab9e97f879d9127a1cf04f6bb58 (patch)
tree00260a90ce6472e34c5eff41602af57595c8830d /src/pdluax-help.pd
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.svn2git-root
svn path=/trunk/externals/pdlua/; revision=15030
Diffstat (limited to 'src/pdluax-help.pd')
-rw-r--r--src/pdluax-help.pd12
1 files changed, 12 insertions, 0 deletions
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.
+;