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!
- Manually set any of the tubeAmp parameters - edit or create Profiles for tubeAmp.
- Pass Test Signal through any real guitar amplifier, or guitar processor (hardware or software), and get new Profile for tubeAmp.
- Automatically adjust any tubeAmp Profile to sound like Reference record (Auto Equalizer feature).
- Use it as standalone guitar processor application. With Carla host you can use LADSPA or LV2 plugins with tubeAmp Designer.
- Use Convolver feature to add reverberation or equalization effect by impulse response method to the Profile.
- Use Deconvolver feature to get impulse responses from cabinets, rooms, reverberators, equalizers.
- JACK audio server.
- g++ compiler.
- Meson-0.51+ build system.
- Qt framework development files
- Zita-resampler 1.6+ development files.
- Zita-convolver 4.0+ development files.
- Faust 2.x compiler and libraries.
- fftw3 development files.
- GSL development files.
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.
- Run
meson build
and thenninja -C build
in the source directory. - Run
ninja -C build install
to install to /usr/local/*. To install to /usr directory, runmeson build --reconfigure --prefix /usr
and thenninja -C build install
. - Application will be added to the system menu. From command line you cabn launch
tAD
.
DSP code is written in Faust language. GUI and support code is written in C and C++ with Qt Framework.
GPLv3+.