aboutsummaryrefslogtreecommitdiff
path: root/examples/complex-help.pd
blob: dc1257c3c83844d9708a53a0ed9ea842b708857a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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.;