No description
Find a file
Damien Zammit ae44e5ebbc ZamEcho: DSP improvements 2
- Only delay the echo not the dry sound
2026-04-05 12:11:30 +10:00
.github/workflows CI: Bump macos to 15 2026-04-04 12:03:35 +11:00
dpf@461ea6d45d dpf: bump submodule for CI macos-13 deprecation 2026-04-03 10:59:09 +11:00
lib/zita-convolver-4.0.0 lib: Update to zita-convolver 4.0.0 2018-06-09 17:27:56 +10:00
plugins ZamEcho: DSP improvements 2 2026-04-05 12:11:30 +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.5 2026-04-04 12:03:35 +11:00
COPYING Add 'at your option' to GPLv2+ copyright notices && add license text 2018-12-18 20:16:00 +11:00
Makefile ZamEcho: Add new simple echo plugin 2026-04-03 04:22:02 +11: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.5 2026-04-04 12:03:35 +11: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.5
git submodule update --init --recursive
make dist