Pure Data 0.52-1
Up to Product page
The 0.52 release
For additional information about this project, please visit the
project page.
Available downloads
Get
Pure Data 0.52-1
for
Windows
(8.1M)
Portable ZIP archive for Microsoft Windows, 64 bit executable
Get
Pure Data 0.52-1
for
Windows
(7.2M)
Installer for Microsoft Windows 32 bit executable (XP or later)
Get
Pure Data 0.52-1
for
Windows
(7.4M)
Portable ZIP archive for Microsoft Windows, 32 bit executable (XP or later)
Change log
- The Macintosh compiled version is now compiled at IEM (as part of the continuous-integration setup). This should make Pd appear to be "safely" signed. Added compilation for arm64 target (but not sure if the released binary will include that or not).
- New
listbox, like number and symbol but allows lists in addition to single atoms. You can scroll up and down on any of the numbers in a list as if it were a number box. You can also double-click on (number, symbol, list) to activate a "real" editor you can copy/paste from/to. - A new
traceobject allows you to get backward and forward traces of message passing. - New
fileobject by IOhannes with contributions from Jean-Michael Celerier - general file operations. - Support for uncompressed CAF and AIFC soundfiles (by Dan Wilcox) - the soundfile code reorganized to make it more modular.
- Improvements to the audio implementation - the most noticeable improvement is better control of latency under jack.
- Pd's GUI checks that Pd actually exits when asked to and if not, kills it to prevent rogue invisible pd instances from collecting behind the scenes.
- Bugfix in
bob~to output "correct" signal (old behavior still available by setting pd compatibility < 52). - libpd included as part of the Pd distribution. A test libpd project is included in ../pd/libpd.
- Raised the limit on the size of incoming UDP packets in
netreceive. - Some improvements to label handling in IEMguis.
- Improved window positioning.
- New methods for
list storeand added features toarray - New method for garrays to set colors, line width, visibility, display style and disable mouse editing (documented in 2.control.examples/16.more.arrays.pd). Also added more flags to the "plot" object that plots arrays in data structures (by Christof Ressi).
- "set", "send", "delete" and "insert" methods added to
list storeobject, and new features added to "get" method (by Christof Ressi). - The
output~abstraction, widely used in Pd's documentation is now part of "extra" - plus many documentation updates/improvements (by Alexandre Porres). - As usual, numerous bug fixes.