Skip to content

apeacewilliams/simple-distortion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Very Basic Distortion

A simple audio distortion plugin built with JUCE that applies tanh waveshaping to create warm, analog-style distortion.

Description

Very Basic Distortion is an incredibly (I promise) simple audio effect plugin that uses hyperbolic tangent (tanh) waveshaping to add harmonic distortion to your audio. The plugin features a single Drive control that adjusts the intensity of the distortion effect, from subtle warmth to aggressive saturation.

Features

  • Single Drive parameter (range: 1.0 - 10.0)
  • Tanh waveshaping algorithm for smooth, musical distortion
  • Simple rotary knob interface
  • Stereo processing
  • VST3 plugin format

Controls

  • Drive: Controls the amount of distortion applied to the signal. Lower values produce subtle warmth, while higher values create more aggressive saturation.

Building

This plugin is built using the JUCE framework. To build:

  1. Ensure you have JUCE installed on your system
  2. Open Trial-Plugin.jucer in Projucer
  3. Generate project files for your platform
  4. Build using Xcode (macOS) or your preferred IDE

Technical Details

  • Framework: JUCE
  • Plugin Format: VST3 (configurable for AU, AAX, etc.)
  • Processing: Real-time tanh waveshaping per sample
  • Channel Configuration: Mono and Stereo supported

Author

apeacewilliams

License

Copyright 2026 apeacewilliams

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A simple audio distortion plugin built with JUCE that applies tanh waveshaping to create warm, analog-style distortion.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages