A hard clipping distortion plugin with DC offset manipulation.
The plugin was designed to make distortion as heard here simple to recreate: leastfavorite! - CLIP!
This has the advantage of creating a wide sounding bass tone, while preserving mono compatibility.
- Apply Pre-Gain
- Apply Offset (add DC Offset to the signal)
- Apply Skew (add DC Offset to the left channel, subtract DC Offset from the right channel)
- Apply hard clipping
- Revert Offset and Skew
- Apply Post-Gain
- Apply hard clipping
- Download the platform appropriate archive from the releases page.
- Extract the archive.
- Copy the plugin in your desired format to your plugins folder.
To build the plugin, run the following command:
cargo xtask bundle dcc --release
To create universal bundles for MacOS, make sure you have both the x86_64-apple-darwin
and aarch64-apple-darwin
targets installed and run the following command:
cargo xtask bundle-universal dcc --release
The built bundles will be located in ./target/bundled/