Hi,
I am happy to announce a new bug fix release for [vstplugin~] - a Pd
external for hosting VST2 and VST3 plugins on Windows, macOS and Linux.
It is available on Deken (search for "vstplugin~").
Here is the full change log: https://git.iem.at/pd/vstplugin/-/releases
Please report any issues at https://git.iem.at/pd/vstplugin/-/issues
Have fun!
Christof
Hey, it's been 2.5 months without an update, so we have some cool stuff
here that I've been teasing about! We have a new gaussian oscillator and
gaussian envelopes; Some filter tools that people really liked (conversion
from biquad coefficients to poles and zeros, a z-plane plot GUI); and my
favorite: [pimpmul~], a phase multiplier/divider that also sends impulses
(game changer for me). Of course there's more.
My Live Electronics Tutorial had also some important revisions and new
additions to reflect the new objects and there's also a pretty cool example
that shows how moving average filters work. Details and downloads are here:
https://github.com/porres/pd-else/releases/tag/v1.0-beta43 But get it also
directly from Pd itself. Total number of objects is now 431, total number
of examples in the tutorial is now 440! I need to thank my buddy Matt Barber
again with his great help teaching me about the math behind the gaussian
function <3 Cheers
Cyclone 0.5-6 needs at least Pd 0.51-3.
This release we're still dealing and fixing issues with capital letter
aliases. We brought this back on cyclone 0.5-0 but we're still struggling
with it and it's kinda embarrassing. We seem to have finally got it right.
Please test it so we can put this behind. This is for backwards
compatibility as since cyclone 0.3 the idea is to just use the objects with
lower case characters. The objects we're talking about are cyclone/append
(*); bucket; cyclone/clip (*); decode; histo; mousestate; peak;
cyclone/table (*); togedge; trough; uzi; cyclone/clip~ (*); cyclone/line~
(*); scope~; cyclone/snapshot~ (*)
(*) these classes need the 'cyclone/' prefix to avoid name clashes with
vanilla internals
Another highlight is that [grab] now has been expanded to also grab from
receive names in GUIs! Thanks to the amazing work by Matt Barber.
There are other fixes and improvements, check this link for a detailed
changelog => https://github.com/porres/pd-cyclone/releases/tag/cyclone_0.5-6
Get it also from deken.
Cheers!
Here is a bug fix release [vstplugin~] v0.5.
Binaries are available on Deken or can be downloaded here:
https://git.iem.at/pd/vstplugin/-/releases
<https://git.iem.at/pd/vstplugin/-/releases>
If possible, please report any issues at
https://git.iem.at/pd/vstplugin/-/issues
<https://git.iem.at/pd/vstplugin/-/issues>.
---
Changelog
bug fixes
* VST3: fix silent multibus output (when using automatic channel
distribution)
* Linux: fix crash when opening the editor in a sandboxed/bridged
Linux plugin
* macOS: don't filter by empty extension when looking for binaries in
plugin bundles (a few plugins use extensions like .bin)
improvements
* Linux: suppress stdout/stderr when checking the `wine` command and
the wine host processes
* VST3: disable unneeded auxiliary busses, but still enable all main
busses (otherwise some plugins would crash)
* bridge: redirect logging output from subprocess to parent process
(useful for debugging purposes!)
Hello, as previously announced many times, we have an edition of the Vortex
Music Journal dedicated to Pure Data whose deadline is June 1st 2021!
Please share this around so it reaches people that might contribute!
2021 is the year Pd becomes 25 years old, hence the theme: “A quarter of
century of Pd: past, present and future”. So we're especially looking for
works that present a dialogue with Pd's history and also look ahead. Novel
works that contribute to Pd naturally do that, of course. And by "Pd",
clearly we mean all that is related and based on Pd, like forks, like works
that rely on libpd, etc... Note that artistic works are also highly
welcome, in the same way especially those that involve something "new".
for more details, see: http://vortex.unespar.edu.br/call_v9_n2a.pdf
[image: 153617156_10159099606851683_7070949421585107292_n.jpg]
I'm happy to announce the final release of [vstplugin~] v0.5.0 - a Pd
external to load VST plugins on Windows, macOS and Linux!
Binaries are available on Deken or can be downloaded here:
https://git.iem.at/pd/vstplugin/-/releases
If possible, please report any issues at
https://git.iem.at/pd/vstplugin/issues.
Big thanks to all my beta testers!
---
Here are the major new features:
* support for multiple input/output busses (VST3 only)
* [offline( method for better offline processing support
* Linux: allow to run 32-bit and 64-bit Windows plugins (via Wine)
* improve UI handling on all platforms
* [size( method to resize plugin UI (if supported)
* Linux: fix VST3 editor
* fix some race conditions (= better stability)
* fix broken transport methods for multi-threading
* fix bugs in VST3 preset reading/writing
* new '-x' (= exlude path) and '-t' (= timeout) flags for [search( method
See the release page for the full change log.
---
Have fun!
Christof
Dear List,
You can now get the click track of your favorite piece online! (or almost)
The Click Trackerwebsite hosts now an open library with tracks sent by
its users.
The selection is small, but hopefully will grow with time. You can find
pieces by Carola Bauckholt, Christian Winther Christensen, Bernhard
Lang, Mesias Maiguashca, Enno Poppe, Niklas Seidl, Simon Steen-Andersen,
Øyvind Torvundand a couple others. These can be downloaded as a Click
Tracker file, or mp3.
All the details in http://jmmmp.github.io/clicktracker/index-library
If you have any click track to be posted, let me know.
Best,
João Pais
--
Click Tracker Mobile -https://bit.ly/click-tracker-mob
Click Tracker -http://j.mp/click-tracker
Facebook -http://j.mp/clicktrackerfb
Hi there, the highlight in this update is that I'm finally releasing my
preset management system for Pd as part of the ELSE library, it's called
[presets].
It is an abstraction based on [savestate], [text] and [else/retrieve]. It
communicates to receive symbols to get information from what's connected to
them and also send the information.
It has morphing and interpolation features and can also work with
abstractions.
I still have other ideas in my head, maybe even as a different/second
object. Let's see, anyway, just note this object is still experimental,
beware, things might change...
I also wanna test it more thoroughly as it might have some bugs. Please
tell me what you think of it and if you have some ideas on what else it
could do, or maybe do something it does differently. But I'm really proud
of what I designed here. It feels powerful and easy to use.
I'm releasing many updates frequently, you may want to check the last
releases too for the changelog. See
https://github.com/porres/pd-else/releases/ for all releases,
https://github.com/porres/pd-else/releases/tag/v1.0-beta41 for the current
release.
You can get the latest release directly from 'deken'
cheers