PCF Rebirth is a pattern-controlled VST3 filter plugin featuring a 16-step sequencer and advanced filter emulation. Designed to generate evolving, rhythmic textures by combining precise digital control with the character of classic analog topologies.
This version finally fixes the Mac version. This one was a challenge since i don't have a mac. A big thanks goes to m483zip, who helped me to resolve the issue. Have a look at the readme, there is now more advice for Mac to find.
And this new release fixes an overlooked licensing issue. The code is linked against the Juce framework. Which is under GPL code. And so the compiled result needs to be under GPL too. I use now a dual licensing approach here. The binary is clearly GPL licensed. And the source code, which can also be compiled with other audio libraries, remains under the MIT license.
As a consequence, all former binaries will be deleted, since they would violate the GPL.
Another note, i have changed the name from PCF ReBirth to PCF_ReBirth to avoid naming troubles at the command line. This means you need to rescan in your DAW for the new version in case you had it installed already.
Most changes were at the Github Actions workflow, and the rest of the changes was to clear the licensing issue. The software itself remained unchanged, besides the new version number and the slight change in the name. So i save me the work to list the single changes here.
