https://github.com/jpcima/bass21
Bass21 tone plugin
https://github.com/jpcima/bass21
faust
Last synced: about 1 year ago
JSON representation
Bass21 tone plugin
- Host: GitHub
- URL: https://github.com/jpcima/bass21
- Owner: jpcima
- License: gpl-3.0
- Created: 2021-07-07T08:26:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T17:11:20.000Z (about 4 years ago)
- Last Synced: 2025-04-09T15:02:13.717Z (about 1 year ago)
- Topics: faust
- Language: C++
- Homepage:
- Size: 1.1 MB
- Stars: 24
- Watchers: 5
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
- [64-bit Windows VST3](https://nightly.link/jpcima/Bass21/workflows/build/master/Win64%20VST3.zip)
- [32-bit Windows VST3](https://nightly.link/jpcima/Bass21/workflows/build/master/Win32%20VST3.zip)
- [macOS Universal AU (**self-signed**)](https://nightly.link/jpcima/Bass21/workflows/build/master/macOS%20AU.zip)
- [macOS Universal VST3 (**self-signed**)](https://nightly.link/jpcima/Bass21/workflows/build/master/macOS%20VST3.zip)
- [MOD devices LV2](https://nightly.link/jpcima/Bass21/workflows/build/master/MOD%20LV2.zip)
## Credits
- Jean Pierre Cimalando: circuit analysis and implementation
- Julien Taverna: circuit analysis and testing
## 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 .
```