jpcima / Bass21

Bass21 tone plugin
GNU General Public License v3.0
23 stars 1 forks source link
faust

Bass21

This VST3 is a virtual-analog simulation of the famous Bass Driver DI Version 1 preamp pedal from Tech21. The discretization, while far from being exact, is moderately close to the original.

The potentiometers are identical to these physically present on the BDDI pedal, apart from the pregain which is specific to this digital version.

Download development builds

Credits

How to build

git clone --recursive https://github.com/jpcima/Bass21.git
mkdir Bass21/build
cd Bass21/build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .