KPP-VST3 icon indicating copy to clipboard operation
KPP-VST3 copied to clipboard

Kapitonov Plugins Pack (KPP)

Latest release is 1.2.1.

THIS IS VST3 LINUX VERSIONS!

LV2 versions (for Ardour, Carla, Qtractor) here

Set of plugins for guitar sound processing. VST3 versions compatible with hosts such as REAPER, Bitwig Studio, Carla.

Binary files are available for Linux 64-bit systems. Source code can be compiled for Linux 64-bit or 32-bit.

EXPERIMENTAL Win64 VST3 versions now available here!

Screenshot

Currently available plugins

  1. tubeAmp. Advanced guitar tube amp emulator. Contains preamp, tonestack, power amp with voltage sag, cabinet emulators. Emulation parameters of each component are set by profile files.
  2. Bluedream. Booster/Tube Screamer pedal with equalizer (tonestack). Has GUI
  3. Distruction. Distortion pedal with equalizer (tonestack). Has GUI.
  4. Fuzz. Vintage fuzz pedal. Has GUI.
  5. Deadgate. Effective Noise Gate/Dead Zone effect plugin.
  6. Octaver. Analog octaver pedal.
  7. Single2Humbucker. Plugin for emulation humbucker pickup sound with single coil pickup on the guitar. Useful for playing heavy-metal on Stratocaster guitar with single coil pickups.

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.

IMPORTANT!!!

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.

Dependencies for using

  1. VST3 compatible host on Linux operating system. It can be REAPER, Bitwig Studio, any other VST3 host.
  2. Cairo library for GUI.
  3. fftw3 library.

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 libxcb-cursor0 libxcb-xkb1 libxkbcommon0 libxkbcommon-x11-0

Dependencies for building

  1. g++ compiler.
  2. Cairo library development files (headers, pkg-info).
  3. Boost development files.
  4. Faust 2.x compiler and libraries.
  5. VST3 SDK
  6. gtkmm-3.0
  7. sqlite development files

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 libxcb-cursor-dev libxcb-keysyms1-dev libxcb-xkb-dev libxkbcommon-dev libxkbcommon-x11-dev libgtkmm-3.0-dev libsqlite3-dev faust

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.

How to build and install

Build process based on VST3 SDK.

  1. Unpack VST3 SDK to VST_SDK directory.
  2. Clone this repository to KPP-VST3 directory (git clone https://github.com/olegkapitonov/KPP-VST3).
  3. cd VST_SDK/VST3_SDK
  4. mkdir build
  5. cd build
  6. cmake -DCMAKE_BUILD_TYPE=Release -DSMTG_MYPLUGINS_SRC_PATH=../../../KPP-VST3 ..
  7. cd ../../../KPP-VST3/build
  8. make
  9. Plugins will appear at VST_SDK/VST3_SDK/build/VST3/Release. Copy *.vst3 directories to ~/.vst3

How to install binary versions

  1. For Debian Buster (10) download KPP-VST3-1.2.1-binary-debian10.tar.bz2.
  2. For Ubuntu LTS and other distributions download KPP-VST3-1.2.1-binary-ubuntu-bionic.tar.bz2.
  3. Copy *.vst3 folders to ~/.vst3
  4. Launch host application (e. g. REAPER). Find desired plugin in library, names will have kpp_ prefix.
  5. Copy tubeamp Profiles directory to ~/tubeAmp Profiles or to any other place you prefer.
  6. kpp_tubeamp plugin will produce no sound until *.tapf profile is loaded!

Quick start guide

English

Русский

Development

DSP code is written in Faust language. GUI and support code is written in C and C++ with VST3 and VSTGUI4 SDK.

License

GPLv3+.