Skip to content

pd-lua update

Albert Gräf requested to merge aggraef/purr-data:pd-lua-update into master

This updates pd-lua to the latest release (0.12.0) which includes, in particular, Timothy Schoen's new graphics and signal support, cf. https://github.com/agraef/pd-lua/releases/tag/0.12.0.

The second commit fixes a regression in rev. 5379dfb8 (fwd backport), so that messages on signal inlets are now forwarded correctly. I noticed this while testing the new pd-lua signal inlets in Purr Data, so this is included here.

NOTE: The pd-lua graphics operations aren't supported in Purr Data yet, these will just print a warning message in the console and don't do anything else. The signal support and setting creation args in pd-lua already work fine in Purr Data, and are useful in their own right. (As discussed on Discord, I plan to work on the graphics support in Purr Data during the summer break. But this may take some time, so it makes sense to pull in pd-lua 0.12.0 now, especially since this MR also fixes this rather annoying bug in the fwd mechanism.)

Edited by Albert Gräf

Merge request reports