Pure Data 0.55-1
Up to Product page
First bugfix release of Pd-0.55
For additional information about this project, please visit the
project page.
Available downloads
Get
Pure Data 0.55-1
for
Windows64
(12MB)
Installer for Microsoft Windows, 64 bit executable (W7 or later)
Get
Pure Data 0.55-1
for
Windows64
(12MB)
Portable ZIP archive for Microsoft Windows, 64 bit executable (W7 or later)
Get
Pure Data 0.55-1
for
Windows
(11MB)
Installer for Microsoft Windows 32 bit executable (XP or later)
Get
Pure Data 0.55-1
for
Windows
(12MB)
Portable ZIP archive for Microsoft Windows, 32 bit executable (XP or later)
Release Notes
| Tested with | pd 0.55 |
|---|---|
| State | Final release |
| License | BSD |
| Release Manager | Miller S. Puckette |
| Released | 2024/09/10 |
- Shahrokh updated the
exprfamily of objects and added string handling (yay!) There are several new functions to manipulate strings and a new var() function that takes symbols and treats them as variables from a[value]object. - bug fixes, notably a crasher bug when sending "open" to
[readsf~]in verbose mode, but other improvements in thread safety mostly relevant to RISC architectures. The[readsf~]'s "open" method now also searches in the canvas environment. This means you can use paths added via[declare](which wasn't possible before). - numerous documentation improvements