Releases: agraef/pd-lua
Releases · agraef/pd-lua
0.12.23
0.12.22
Another bugfix release, this one sports two critical bugfixes in the set_args method. Vanilla users should upgrade!
0.12.21
Bugfixes in the purr-data graphics layer support.
0.12.20
0.12.19
Changes:
- Multiple paint layers by @timothyschoen in #57.
- Some related documentation updates, with contributions by @ben-wes.
0.12.18
Changes:
- various bugfixes (please check the commit log for details)
- new get_args() method
- document canvas_realizedollar() by @ben-wes in #55
- more tutorial updates
0.12.17
0.12.16
This is a bugfix release.
Changes:
- Fixed the
package.path
entries insetrequirepath
andpdlua_packagepath
for Lua 5.3+ compatibility. - Plugged a memory leak in
pdlua_packagepath
. - Added a
cpath
entry inpdlua_packagepath
. We don't need it at present, but we might in the future, and in any case this allows the user to put Lua packages there which involve compiled C modules. - Updated the link to carvalho's Numeric Lua in the tutorial (there's a newer fork by michal-h21 of that module which works with Lua 5.3+.)
0.12.15
Some minor fixes in the documentation files. No functional changes.
0.12.14
Changes:
- Improved and more consistent error messages which display proper Lua source locations where this information is available.
- New convenience functions to create and register Pd classes, tables, clocks and receivers in one go.
- Bugfixes.
- Tutorial updates.