Latest release is 1.2.1.
Attention!!!
DSP model of kpp_distruction and kpp_fuzz plugins changed since version 1.2! Update carefully!
Set of plugins for guitar sound processing. Compatible with hosts such as Ardour, Qtractor, Carla, guitarix, jack-rack.
Binary files are available for Linux 64-bit systems. Source code can be compiled for Linux 64-bit or 32-bit.
Linux 64-bit VST3 versions (for REAPER, Bitwig Studio) here!
EXPERIMENTAL Win64 VST3 versions now available here!
This plugins (except tubeAmp) available in LV2 and LADSPA versions. It is strongly recommended to use LV2 versions.
tubeAmp is the main and most complex plugin in the set. It can be used to emulate the sound of any common models of guitar combo amplifiers.
You can create and edit *.tapf profiles with tubeAmp Designer.
The input level at the beginning of the plugins chain should be -20 dB! You can use plugins like https://github.com/x42/meters.lv2 to measure and adjust the signal level.
In Ubuntu run:
apt install libxcb1 libxcb-util1 libxcb-icccm4 libcairo2 libxau6 libxdmcp6 libpixman-1-0 libfontconfig1 libfreetype6 libpng16-16 libxcb-shm0 libxcb-render0 libxrender1 libx11-6 libxext6 zlib1g libbsd0 libexpat1 libfftw3-3
In Ubuntu run:
apt install libxcb1-dev libxcb-util-dev libxcb-icccm4-dev libcairo2-dev libpixman-1-dev libfontconfig1-dev libfreetype6-dev libpng-dev libxcb-shm0-dev libxcb-render0-dev libxrender-dev libx11-dev libxext-dev zlib1g-dev libbsd-dev libexpat1-dev libfftw3-dev libboost-all-dev lv2-dev ladspa-sdk libzita-resampler-dev libzita-convolver-dev faust meson
Attention!!! Even in Ubuntu Focal Fossa zita-resampler is old 3.x! So use thirdparty-included
branch in this case, instead of master
!
Attention!!! Check version of faust
in your distro! Ubuntu Bionic Beaver has old 0.9.x version!
In this case build latest version of faust
from source.
Attention!!! Check version of meson
in your distro! Ubuntu Bionic Beaver has old version!
In this case build latest version of meson
from source.
Project now uses meson build system (thanks to cyclopsian)
meson build
and then ninja -C build
in the source directory.ninja -C build install
to install to /usr/lib/ladspa and /usr/lib/lv2.
To install to your user directory, run
meson build --reconfigure -Dladspadir=.ladspa -Dlv2dir=.lv2 --prefix $HOME
and then
ninja -C build install
.kpp_
prefix./usr/lib/lv2
for LV2 plugins and /usr/lib/ladspa
for LADSPA plugins.kpp_
prefix.DSP code is written in Faust language. GUI and support code is written in C and C++ with Cairo library for rendering and Xlib library for low-level operations.
GPLv3+.