Skip to content

Releases: agraef/pd-lua

0.12.23

18 Oct 22:28
Compare
Choose a tag to compare

Changes:

  • fix some multi-channel issues involving clone and subpatches, by @ben-wes in #63

0.12.22

14 Oct 06:56
Compare
Choose a tag to compare

Another bugfix release, this one sports two critical bugfixes in the set_args method. Vanilla users should upgrade!

0.12.21

13 Oct 17:46
Compare
Choose a tag to compare

Bugfixes in the purr-data graphics layer support.

0.12.20

09 Oct 11:47
Compare
Choose a tag to compare

Changes:

  • Support for multi-channel signals in Pd 0.54+ by @ben-wes in #60
  • Documentation updates, new multi-channel example (see examples/multichannel)

0.12.19

05 Oct 18:33
Compare
Choose a tag to compare

Changes:

0.12.18

24 Sep 10:44
Compare
Choose a tag to compare

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

21 Sep 06:38
Compare
Choose a tag to compare

Changes:

  • expose Pd's canvas_realizedollar() and modify set_args() for dollar arguments by @ben-wes in #54

0.12.16

12 Sep 10:54
Compare
Choose a tag to compare

This is a bugfix release.

Changes:

  • Fixed the package.path entries in setrequirepath and pdlua_packagepath for Lua 5.3+ compatibility.
  • Plugged a memory leak in pdlua_packagepath.
  • Added a cpath entry in pdlua_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

09 Sep 10:18
Compare
Choose a tag to compare

Some minor fixes in the documentation files. No functional changes.

0.12.14

08 Sep 13:24
Compare
Choose a tag to compare

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.