A free wonky distortion plugin :3
For Windows:
- Get the lastest release from the here
- Unzip and find the
.vst3
or.clap
file inside and move it to your VST3/CLAP directory. Usually it would beC:\Program Files\Common Files\VST3
for Windows. - Re-scan your plugins in your DAW if needed
For MacOS:
- Do the same as Windows
- If MacOS thinks that I'm a evil virus programmer 😈 and you don't believe I am 😇 then you can run this command in terminal:
Otherwise, if you don't trust me, then don't do it
# Replace `PATH_TO_PLUGIN` to where your plugin is xattr -cr PATH_TO_PLUGIN
- Pre and post gain control (no way)
- Symmetric and Asymmetric waveshaping!
- Filter control (like which range the distortion is applied) and you can mix it back afterward :O
Here's some features I want to add:
- Presets loading/saving systems
- Waveform visualizer
- Filters visualizer
- LFO/ADSR to modulate the sliders (I don't know how to do that)
The debug.ps1
is for me to use. Although you can use it, if it works.
Use this to compile to VST3 and CLAP.
# Debug build, huge file size
cargo xtask bundle penare
# Release build, small file size
cargo xtask bundle penare --release