Releases: greyboxaudio/SG-323
1.0.1
1.0.0
SG-323 now finally has a nicer UI and is also resizable. Some parameters have changed internally, which will probably break compatibility with 0.7.0 and earlier.
0.7.0
Important changes!
This will be the last release to include pre-built binaries. To fund my development efforts I will release this plug-in as a one-time payment in March. Current users receive a 100% discount. This project will continue to be open source and all future releases can be built from source.
Why the change?
While I happily invest my spare time there are hard costs associated with releasing a plugin. Apple requires code to be digitally signed, which requires a yearly developer membership. The next SG-323 release will also debut AAX support for Pro Tools, which requires code signing on Windows as well. I also need access to multiple hardware platforms and DAWs just for developing and testing.
How can I get the discount?
Please send an email to github@greyboxaudio.com before March 1st 2025. I will inform you once the plugin is available for purchase and you will receive a personalized 100% off discount code.
What's actually new in 0.7.0?
Lot's of under-the-hood improvements: the plugin has been built with JUCE 8 & latest CLAP extensions, I've implemented JUCE's AbstractFifo class to resolve looped playback issues in REAPER & Ableton, all elliptic filter coefficients have been updated, gain of the internal reverb input is reduced when the plugin is loaded on a stereo track
Will the commercial release have copy protection or be subscription only?
No. It will be a simple one-time purchase and the plugin will be DRM free. Buyers will also receive all future updates to SG-323 at no additional cost.
What will happen to this repository?
Everything will continue as before. All pre-compiled binaries up until version 0.7.0 will continue to be available free of charge. All my development will continue as open source in this GitHub repository. If you build the VST3 & CLAP plugins from source they will have the exact same features as the commercial releases. While AAX can also be compiled from source it will not show up in Pro Tools unless it has been signed with proprietary tools from PACE.
How can I build this plugin myself?
I have added build instructions for all platforms to the README. I also plan to release more detailed video tutorials in the future. "Build It Yourself" is actively encouraged and if you have suggestions to improve the build workflow feel free to reach out.
What's next?
As already mentioned the upcoming release will include AAX support on Windows and macOS. The GUI has also been overhauled and will be resizable.
Thank you!
Thank you all for being here and having fun with this plugin <3
0.7.0-beta1
Upgrade to JUCE 8 & latest CLAP extensions, implemented JUCE's AbstractFifo class to resolve looped playback issues in REAPER & Ableton, updated all elliptic filter coefficients, reduced gain of the monobuffer when the plugin is loaded on a stereo track
The downloadable zip-file includes VST3 & CLAP plugins for Windows 64bit, macOS 64bit (Intel & M1) & Linux 64bit.
Looped Playback Mitigation
Implemented a workaround to prevent issues with looped playback in REAPER & Ableton Live. More elegant implementation to follow.
0.6.3
The downloadable zip-file includes VST3 & CLAP plugins for Windows 64bit, macOS 64bit (Intel & M1) & Linux 64bit.
Release notes:
- fixed mono compatibility
- internal optimizations
Known issues:
- looped playback in REAPER and Abeton Live may create large bursts of noise. Regular playback as well as other DAWs are unaffected.
0.6.2
Release notes:
- VST3 & CLAP binaries for macOS are now signed & notarized
- version bump on Windows/Linux
Known issues:
- looped playback in REAPER will create large bursts of noise. Regular playback as well as other DAWs are unaffected.
- Host will crash when inserting plugin on a mono track
macOS Signing Test
VST3 should be signed for macOS now (fingers crossed)
0.6.1
Improvements:
- improved compatibility with older macOS releases up until macOS 10.13
Known issues:
- looped playback in REAPER will create large bursts of noise. Regular playback as well as other DAWs are unaffected.
0.6.0
Updated elliptic filter for all sample rates up to 192kHz. Added CLAP version.