Aggressive Distortion plugin for Guitar (GNU GPLv3)
Find a file
2026-03-03 16:06:26 +08:00
.github/workflows complete rewrite in Rust 2026-02-26 15:36:42 +08:00
assets complete rewrite in Rust 2026-02-26 15:40:57 +08:00
src clean code 2026-03-03 16:06:26 +08:00
.gitignore complete rewrite in Rust 2026-02-26 15:36:42 +08:00
Cargo.lock complete rewrite in Rust 2026-02-26 15:36:42 +08:00
Cargo.toml complete rewrite in Rust 2026-02-26 15:36:42 +08:00
LICENSE first commit 2026-01-31 16:31:31 +08:00
README.md mod txt 2026-02-27 08:47:08 +08:00

letsdist

Screenshot

Aggressive Distortion plugin for Guitar (GNU GPLv3)
Inspired by the legendary circuit. it combines raw hard-clipping characteristics with modern parallel processing to deliver a biting, gritty tone without sacrificing the low-end punch.

Tested Environment: Arch Linux, Debian stable, Windows 11 / Reaper, Ardour.

Features

  • Asymmetric hard-clipping logic: Creates odd and even harmonics, emulating the raw of vintage distortion.
  • Slew Rate Limiter: Simulates the limited slew rate of the classic LM308.
  • Reverse Filter: Low-pass filter with a reverse-taper control—turn it up to darken the tone, just like the original hardware.
  • 2x Oversampling: Reduces aliasing artifacts for a clearer high-frequency response and smoother distortion at high gain settings.

Parameters

  • Distortion: High values push the signal into heavy hard-clipping.
  • Filter: Reverse Low-Pass Filter. Increasing the value lowers the cutoff frequency (darker tone).
  • Slew Rate: Limits the signal change rate. Higher values provide a smoother, vintage feel.
  • Dry Level: Level of clean input signal.
  • Wet Level: Level of the distored signal.

Install

  • Linux
    Download the Linux binary from the Releases page or build from source.
    Copy the letsdist.vst3 to ~/.vst3/
    Copy the letsdist.clap to ~/.clap/

  • Windows
    Go to the Releases page.
    Download windows binary.
    Extract and copy letsdist.vst3 to your VST3 folder (usually C:\Program Files\Common Files\VST3).

Build (Linux)

You will need the Rust toolchain installed on your system.

git clone https://codeberg.org/yimrakhee/letsdist.git
cd letsdist
cargo build --release

Credits