Skip to content

pd-pure-0.26

Compare
Choose a tag to compare
@agraef agraef released this 05 Oct 16:56
· 60 commits to master since this release

New (and experimental) features:

  • Inlets and outlets are now properly updated when reloading objects. This resolves a long-standing bug. Thanks to @pierreguillot for helping to get this working!

  • New API routine pd_configure() which enables an object to update the number of its inlets and outlets on the fly.

  • New API routine pd_reload() which enables an object (compiled or script) to recreate itself. In particular, this finally provides some self-loading capability to compiled objects.