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!