File pd.changes of Package pd
-------------------------------------------------------------------
Mon Jul 14 11:26:26 UTC 2025 - Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
- Update to 0.55.2
* Bug fixes in jack - 16+ channels crashed in linux; auto-connect
improved to only connect to usable audio devices.
* Fixed compatibility problems with the newest tcl/tk (version 9).
* Documentation updates.
* Fixed -nharmonics creation argument to [sigmund~].
* Supplied missing "clear" message to [vcf~].
* Updated Hebrew translation
-------------------------------------------------------------------
Tue Nov 19 07:31:37 UTC 2024 - Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
- Update to 0.55.1
* Updated the "expr" family of objects and added string handling.
There are several new functions to manipulate strings.
Also, we got a new var() function that takes symbols and
treats them as variables from a [value] object.
Check the help file for all the new functions and fun.
* bug fixes, notably a crasher bug when sending "open" to
in verbose mode, but other improvements in thread safety mostly
relevant to RISC architectures. "Open" method now also
searches in the canvas environment. This means you can
use paths added via declare.
* The obbjects now rely on a 2048 points cosine table.
The table size used to be 512-point for fast, approximate
calculations, which was adequate for most "computer music"
applications in the 90s when this was decided.
To get the original 512-point tables you can run Pd with
compatiblity level 0.54.
Also, in systems with very tight memory constraints Pd can
be recompiled with the C preprocessor variable COSTABLESIZE
set to 512 to get the old memory footprint.
* Many bug fixes and code-level updates and improvements,
notably to libpd and for emscripten support.
The emscripten support, in particular, should someday allow
Pd to run in a web browser.
* 'set' to unset receive and throw objects, plus a much
improved audio interfacing and related scheduler updates.
* Many documentation updates. Most notably several updates
and edits were made to Pd's HTML manual,
specially a new section on 'advanced editing techniques'.
* The oscparse object was updated to allow numeric addresses
via a new '-n' flag and a right outlet was added to output
split point between address and message.
* Minor improvements to the file object, such as properly
expanding '~' to home directory and allowing file which
to also search paths relative to the parent patch.
* 64-bit soundfile reading and writing support by
readsf, writesf and soundfiler.
* Updates to language support.
-------------------------------------------------------------------
Sat Mar 5 10:53:29 UTC 2022 - Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
- Update to 0.52.2
* The Macintosh compiled version is now compiled at IEM
(as part of the continuous-integration setup available at
git.iem.at/pd/pure-data/pipelines).
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 "list" box, 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 "trace" object allows you to get backward and
forward traces of message passing.
* New "file" object 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 store" and added features to "array"
* New method for garrays to set colors, line width, visiblity,
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 store"
object, 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.
-------------------------------------------------------------------
Wed Feb 23 10:08:07 UTC 2022 - Fabio Pesari <fpesari@tuxfamily.org>
- Adapted rpmlintrc to work on both Leap and TW
-------------------------------------------------------------------
Fri Aug 21 20:30:17 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 0.51.1
* no changelog available
-------------------------------------------------------------------
Fri Dec 27 08:13:32 UTC 2019 - Fabio Pesari <fpesari@tuxfamily.org>
- Updated to upstream release 0.50.0
-------------------------------------------------------------------
Sat Aug 19 06:30:48 UTC 2017 - olaf@aepfle.de
- Updated to upstream release 0.48.0:
-------------------------------------------------------------------
Thu Oct 29 15:15:02 UTC 2015 - rpm@fthiessen.de
- Updated to upstream release 0.46.7:
- Cleaned up spec file
-------------------------------------------------------------------
Sat Jul 12 23:20:24 UTC 2014 - prusnak@opensuse.org
- updated to 0.45.4
-------------------------------------------------------------------
Thu Jan 2 19:31:57 UTC 2014 - edogawa@aon.at
- fix license string
-------------------------------------------------------------------
Thu Jan 17 22:56:18 UTC 2013 - prusnak@opensuse.org
- updated to 0.44.0
-------------------------------------------------------------------
Mon Jun 25 21:14:13 UTC 2012 - prusnak@opensuse.org
- updated to 0.43.2
-------------------------------------------------------------------
Sun Jan 22 21:35:00 UTC 2012 - prusnak@opensuse.org
- pd package conflicts with pd-extended
-------------------------------------------------------------------
Tue Jan 10 00:23:11 UTC 2012 - prusnak@opensuse.org
- spec cleanup
-------------------------------------------------------------------
Mon May 23 02:49:15 UTC 2011 - brunciter@localhost.lan
- clean package