From b9d829c5e7f4f3cfe34c1a6fe50f3d8c5b60c174 Mon Sep 17 00:00:00 2001 From: Martin Peach Date: Thu, 1 Mar 2012 17:41:48 +0000 Subject: 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 --- examples/complex-help.pd | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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.; -- cgit v1.2.1