aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Peach <mrpeach@users.sourceforge.net>2012-03-01 17:41:48 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 14:28:31 +0200
commitb9d829c5e7f4f3cfe34c1a6fe50f3d8c5b60c174 (patch)
treea6b9145f92f9fa8dcec0489d2a5293be1d9af46a
parent61c6b6b5eaf61798b20acf035df56444b6627b63 (diff)
Add comment that [complex] will fail to create if the Lua module 'complex' is not found. A lame verson of complex.lua is removed.
svn path=/trunk/externals/loaders/pdlua/; revision=16042
-rw-r--r--examples/complex-help.pd11
1 files changed, 10 insertions, 1 deletions
diff --git a/examples/complex-help.pd b/examples/complex-help.pd
index c78a0be..dc1257c 100644
--- a/examples/complex-help.pd
+++ b/examples/complex-help.pd
@@ -1,3 +1,12 @@
-#N canvas 82 285 450 282 10;
+#N canvas 470 713 450 282 10;
#X obj 143 142 complex;
#X obj 144 114 pdluax complex;
+#X text 55 55 These two attempt to load a lua module named "complex".
+;
+#X text 64 206 Several different Lua modules named 'complex' are available
+\, for example: http://philippe.castagliola.free.fr/LUA/complex.html
+;
+#X text 56 165 If they fail the paths searched will be shown in the
+Pd console.;
+#X text 56 71 If they succeed they will print a list of items in the
+module.;