Latest release is 1.2.1
Standalone software guitar processor, editor of *.tapf profile files for tubeAmp (KPP) and guitar amp profiler.
Binary files are available for Linux 64-bit systems. Source code can be compiled for Linux 64-bit or 32-bit.
EXPERIMENTAL Win64 version now available here!
In Ubuntu run:
apt install g++ qtbase5-dev libjack-dev qtchooser libgsl-dev libfftw3-dev 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.
meson build
and then ninja -C build
in the source directory.ninja -C build install
to install to /usr/local/*.
To install to /usr directory, run
meson build --reconfigure --prefix /usr
and then
ninja -C build install
.tAD
.DSP code is written in Faust language. GUI and support code is written in C and C++ with Qt Framework.
GPLv3+.