This release adds two more plugin formats. There are no changes to the plugin's behaviour or output.
- Added building CLAP format plugin.
- Added building VST3 format plugin.
- Updated DPF sub-module to commit 1504e7d3 on branch
main
. - Updated readme.
This is a maintenance release. There are no changes to the plugin's behaviour or output.
- Added
.desktop
and icon for the JACK stand-alone program. - Updated DPF sub-module to commit 86a621bf on branch
main
. - Added patch for DPF to fix plugin version numbering.
- Changed plugin license field to SPDX URL.
- Updated code using deprecated DGL call signatures.
- Made readme updates, minor wording changes, spelling and markup fixes and corrections to description of compilation requirements.
- Build:
- Fixed aarch64 build.
- Added build scripts for win32/64 using MinGW.
- Tweaked
dgl
make target do not build unneeded Cairo DGL variant. - Added
check
make target for lv2lint check of build plugin. - Added
submodules
make target to check out DPF submodule and abort with better error if DPF is missing. - Replaced
bundle-source.sh
withcreate-git-archive.sh
script based ongit-archive-all
.
- Tweaked GUI.
- Fixed Makefile so that project actually compiles when freshly checked out / unpacked.
- Added first attempt at a plug-in GUI.
- Added controls for chorus LFO rates.
Initial release