I'm glad to announce v0.3 release for dnd-plugin.
This version fixes a bug where zero padded filenames with spaces would
produce a wrong filename output. And there are extra routing options for
ascii encoded name, path, extension and full name of dropped file.
Most of the ideas on how to solve this issues came from Oliver. I just
help him with some tcl and testing.
You can get it from Deken. Remember to restart Pd.
~~~~~~~~~~~~~~~~~~~~~~~~
The main GitHub repo is https://github.com/megrimm/pd-dnd-plugin
Oliver and I have forks with the new version (we will soon send a PR to
the main repo).
I think dnd-plugin repo should be moved to https://github.com/pd-externals
How do we do that? or we shouldn't?
--
Mensaje telepatico asistido por maquinas.
Hi
netpd 2.3.0 is released.
This release features also stand-alone applications for macOS and
Windows.
Features and changes:
---------------------
* give chat and unpatch a facelift
* load instruments from scroll list instead of openpanel
* support unlimited nesting of dynamic loading with new abstraction
[netpd-bus-order]. This allows effects to load other effects into
themselves
* restore support for loading from old text-based preset file format
* broadcast loading from preset file to all clients for improved consistency
* add debug message printing facility (prints incoming and/or outgoing OSC
messages)
* add support for IRC style /commands in chat (check with '/help')
* add protected mode for unpatch. Protects from interactions with
peers while developing instruments
* refactor lots of internal stuff:
* use $1.NETPD bus for everything in netpd_* abstractions
* remove second number argument to [netpd-dump]. Use new [netpd-bus-order]
to enforce order of state dumps.
* only initialize instrument when necessary (e.g. not when receiving
state from peer or from preset file)
* only search for sync peer when necessary
New instruments since last release:
* ripple: sample-based synthesis similar to soundfonts
* ep-mk2: physical model of an e-piano (port of Mike Moreno's ep-mk2)
* filtlib: finally a suite of filters (based on mmb)
https://www.netpd.org/downloadhttps://github.com/reduzent/netpdhttps://untalk.netpd.org/
Have fun!
Roman
ELSE 1.0-0 Beta 37 with Live Electronics Tutorial is out and I'm happy to
announce its 1st update of the year.
I had this idea that when I reached 400 externals that I might be ready to
move on past the beta phase. Well, I got 399 now, so I could be close.
I got many many breaking changes in this release (the greatest so far from
one version to another), so enjoying the fact it's still a beta phase. I
also got numerous fixes and improvements in current objects, let me pin
point a "freeze" option for ffdelay~/fbdelay~.
I got 6 new objects but I'm saving more new ones for the next release that
aren't quite ready yet (like a cool preset system). The highlight is
[note2pitch] and [pitch2note] that converts from note names to midi pitches
and vice versa. I also have a new [del~] object which is pretty much like
[delwrite~]/[delread4~] but with some fixes and many extra features, like
being able to resize the delay line and freeze it. I made pull requests to
add these to vanilla as well, let's see.
For a full changelog, downloads, see
https://github.com/porres/pd-else/releases/tag/v1.0-beta37
get it also from deken
The Live Electronics tutorial is also part of the download and has also
been updated, highlights is the revision on the delay lines section, where
I also included the new [del~] object and also put an example I was owing
on reverse delay lines.
We shall also release a new Camomile-ELSE version in the next few days,
stay tuned and check it out until it's there ;)
https://github.com/emviveros/Camomile-ELSE/releases
hi
i'd like to announce the release of deken-v0.7.1
https://github.com/pure-data/deken/releases/v0.7.1
the GUI-plugin can be installed via deken.
just go to "Help -> Find externals" and enter
"deken-plugin" as the search string.
this is the version i'd like to get into the next Pd release as the
standard "find externals" implementation.
so please test :-)
what's new?
deken-plugin ("Find externals" within Pd)
=========================================
- decide whether you want to search of libraries, objects or both
- select multiple packages (with right-click) and download/install them
at once
- install packages from files
- library sorting has improved (newer libraries sort before older
libraries, rather than reversed-alphabetically)
- (optional) drag'n'drop package files onto the dialog to install them
- callback to allow Pd to search for uncreatable objects (dekenception)
- better support for packages with externals that don't do any number
processing
- optionally keep package files after downloading them
- improve SHA256 verification handling
- introduce @PD_PATH@ placeholder for the path the the current
Pd-instance, so you can set the installation directory to
@PD_PATH@/extra and installations won't interfere with each other.
- (optional) SHA256 verification
- fix close-window shortcut
- lots more of fixes, bugs and laughs
the features marked as "(optional)" require additional software to be
installed (e.g. the "tcllib" (for SHA256 verification) resp. the "tkdnd"
(for drag'n'drop; if you got the dropsuite plugin to work, then this
will work as well)
some of the features are not really user-visible yet, notably the one
labelled "(dekenception)". but this is the deken-part of the recent
click-broken-object-to-find-the-library demo i posted on the pd-list.
deken cmdline (create and upload packages)
==========================================
for those of you who develop libraries and publish them via deken,
there's also an updated version of the `deken` cmdline utility.
- much improved generation of object lists (using the DESCRIPTION of the
object's help-patch)
- new flag to override the package name
- new flag to skip GPG-signing
- settable output dir when creating packages
- strip a leading "v" from the version to prevent accidental "vv1.2.3"
versions
- take dynamic libraries into account when calculating the architecture
- new "systemfix" command
- new "systeminfo" command (for bugreports)
- new "uninstall" command to uninstall packages (or deken itself)
- fix password input on MSYS2
- switch to hy-0.19/Python3
- binaries for macOS & Windows
- Docker image (registry.git.iem.at/pd/deken:v0.7.1) for use in CI-systems
- lots of fixes, wine and bugs