aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.;