MotherFuzzer is a VCV Rack plugin module that applies a rich, musical fuzz/distortion effect to audio signals. It provides intuitive controls for drive, tone, and output level, plus CV inputs for modulation.
- Drive: 1×–100× soft clipping drive
- Tone: simple low-pass filter with mix between filtered/unfiltered signal
- Volume: output level compensation
- CV inputs for Drive, Tone, and Volume
- Clip indicator LED
- Drive knob + CV input
- Tone knob + CV input
- Volume knob + CV input
- Audio In / Audio Out
- Clip LED shows when the signal is heavily driven
- VCV Rack SDK (matching your Rack version)
- A C++ compiler (e.g., GCC/Clang on Linux/macOS or MSVC on Windows)
make
- Clone or download the plugin source.
- Ensure
RACK_DIRpoints to your Rack SDK root (default is two levels up from this repo). - Run:
makeThis will build bin/ and create the plugin bundle for Rack.
To create a distributable ZIP package:
make distThe resulting zip will include the compiled plugin, plugin.json, and any additional resources.
- Insert MotherFuzzer into a rack.
- Patch audio into the input and take the output to your mixer or effects chain.
- Use the Drive control to dial in distortion and the Tone control to shape brightness.
- Use CV inputs to modulate drive, tone, or volume in real time.
This plugin is marked as proprietary in plugin.json.
Happy patching! 🎛️