Releases: DISTRHO/DISTRHO-Ports
Releases · DISTRHO/DISTRHO-Ports
2021-03-15
- Add SwankyAmp
- Add Vitalium
- Fix up LV2 wrapper with juce-current
- Sync juce-current with latest juce
- Tweak build system to drop a few run-time dependencies for juce-current
NOTES:
- CHOW has been removed from plugins to build and install
- fftw3 is now a build-time dependency, but not required during run-time.
2021-01-15
- Fix out of bounds buffer write in drowaudio-reverb (leading to memory corruption and/or crashes)
- Fix lv2 export preset meta-data validation
- Fix lv2 ttl generation when cross-compiling (e.g. using mingw and wine within linux)
- Fix exported symbols
- Fix build/compatibility with macOS 11 / arm64
2020-12-27
- Add CHOW plugin (used to test updated JUCE)
- Include new and legacy JUCE in source code (legacy JUCE will only receive bug-fixes)
- Rebase DISTRHO-Ports patches against JUCE6 codebase, available in
libs/juce-current/patches
- Fix LV2 wrapper to build against latest JUCE
- Fix build for macOS, including universal builds
- Fix build for Windows (using mingw)
- General cleanup to build system
2020-07-14
- Add HiReSam plugin port
- Add ReFine plugin port
- Add Temper plugin port
- Fix build for ARM NEON target
- Fix LV2 UI notifications happening in non-GUI thread
- Fix LV2 meta-data to pass lv2lint errors
- Update JUCE (current plugins frozen in a known good but slightly old version, with cherry-picked fixes)
- Switch build system from premake3 to meson
2018-04-16
Fix lv2 ttl generation missing audio ports