Penare
A free wonky distortion plugin :3
Installing
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:# Replace `PATH_TO_PLUGIN` to where your plugin is xattr -cr PATH_TO_PLUGIN
Features
- 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
Contributing
Some of the algorithms probably is not correct so you can fix it if you think it's incorrect. Or you can add new one if you're feeling generous :D
Building
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