GnomeDistort icon indicating copy to clipboard operation
GnomeDistort copied to clipboard

Weird distortion VST plugin

⚠️ Deprecation notice

This has been entirely superseded by GnomeDistort 2




GnomeDistort

Weird little distortion plugin

Features

Showcase on YouTube

  • YouTube direct link (showcase)

  • pre-processing High- and Low-Cut with finely controlled Peak filter

  • pre- and post-distortion gain with very high value ranges

  • DC offset Bias

  • Waveshaper with several unique and strange transforming functions

I made this both as a learning project and because I felt existing distortion plugins to be kind of 'tame'. I wanted something that lets me push gain to 36dB if I want to. Since I don't know anything about functions usually used with waveshapers and have no foundational knowledge about them (which prevents me from understanding documents on the topic), almost every function comes just from me playing with a graph plotter.

I'm actively interested in new functions; suggest them via issues!

Buy Me a Coffee at ko-fi.com

Installation

Windows

Just grab your .vst3 file from the releases page and put it into whatever folder you keep your VSTs in. This plugin is compiled against x64 Windows and is tested on Win10 and Win11. It may or may not work on earlier versions.

MacOS

AFAIK, you can only build for MacOS using MacOS and XCode. I tried to get both running in a VM to build this plugin for you - I really tried - but it just didn't want to work. If you have an idea on how to build this for MacOS without having an Apple device, let me know!

So, while this is untested, this plugin should still run well on MacOS - you just need to build it yourself:

  • I'm not entirely sure, but I think you don't need to set up JUCE and Projucer to compile your plugin. If that proves to be false, see tutorial video linked at the end of this file - don't worry, you only need to do the first steps. Also: let me know so I can update this README.
  • Open the XCode project from the Builds/MacOSX directory
  • Compile the plugin

You should (again, can't test anything) get a perfectly fine AU-formatted plugin.

Acknowledgements