mathr / blog / #

pdlua-0.3 released

pdlua is a Lua embedding for Pd, allowing you to write Pd classes/objects using the Lua scripting language.

New features in pdlua-0.3:

  • send support - send messages to receivers.
  • receive support - bind your object to receive names.
  • clock support - schedule callbacks for the future.
  • static build support - link the Lua interpreter into the pdlua external, for systems that don't provide Lua 5.1.

Check out the development version from SVN:

svn checkout https://code.goto10.org/svn/maximus/pdlua pdlua