Claude Heiland-Allen wrote:
pdlua is a library for extending Pd with Lua ( http://www.lua.org )
Features:
- Loader functionality gives Lua objects full Pd class status.
- [luax] class to create Lua objects without full class status (useful for rapid development and testing).
- [lua] class to run Lua scripts.
- Example files ranging from trivial (helloworld) to powerful (lexpr).
- Incomplete documentation.
Note: several things changed to make pdlua-0.2 incompatible with pdlua-0.1, however upgrading is highly recommended.
You can download a source tarball here:
https://devel.goto10.org/dl.php?repname=maximus&path=%2Freleases%2Fpdlua...
Or check out the development sources from the Subversion repository:
svn co https://devel.goto10.org/svn/maximus/pdlua pdlua
Claude
Fantastic!
Thanks.
-c.