No description
Find a file
2025-06-01 15:58:08 +10:00
.github/workflows CI: Remove hardcoded PawPaw hash, upstream now fixed 2025-06-01 15:43:52 +10:00
dpf@f60444f274 Update DPF to latest develop branch for pluginval fix 2025-05-17 10:53:33 +10:00
lib/zita-convolver-4.0.0 lib: Update to zita-convolver 4.0.0 2018-06-09 17:27:56 +10:00
plugins Version 4.4 2025-06-01 15:58:08 +10:00
widgets Fix ZamKnob to match ImageKnob GL changes 2022-12-06 13:30:39 +00:00
.gitignore Simplify makefiles, use rules directly from dpf 2018-09-27 21:03:07 +02:00
.gitmodules Use https for git submodule 2022-04-15 15:52:37 +10:00
.plugins.kdev4 Update DPF, some misc fixes #14 2014-07-01 09:03:38 +10:00
changelog Version 4.4 2025-06-01 15:58:08 +10:00
COPYING Add 'at your option' to GPLv2+ copyright notices && add license text 2018-12-18 20:16:00 +11:00
Makefile ZamNoise: Ship new plugin and update UI with new control 2024-04-27 12:02:32 +10:00
NOTICE.DPF Add 'at your option' to GPLv2+ copyright notices && add license text 2018-12-18 20:16:00 +11:00
NOTICE.SFZero Add copyright notice for libsfz parser code 2019-01-31 22:04:13 +11:00
README.md Version 4.4 2025-06-01 15:58:08 +10:00

zam-plugins build

Collection of LV2/LADSPA/VST/JACK audio plugins for high quality processing

Note:

This is a new repo that contains the full history of the old repo. Submodules are now required (>= 3.6). Uses Distrho Plugin Framework.

Build Dependencies:

pkg-config libx11-dev libgl-dev liblo-dev libjack-dev ladspa-sdk
libfftw3-dev libfftw3-single3 libsamplerate0-dev

Bleeding edge installation:

git submodule update --init --recursive
make
sudo make install

Package Maintainers:

git checkout 4.4
git submodule update --init --recursive
make dist