SuperSaturator

Designing Audio Effects Plugins in C++ 2nd Ed.

Special Chapter 19 Addendum 

Block Diagram:

Description:

  • guitar distortion box emulator

 

Notes:

  • uses the VariBPF object (see addendum) to give the nice midrangey guitar distortion we all know and love
  • simple to modify for more or less distortion or to make distortion asymmetric – it is currently symmetrical in the sample project
  • see the function PluginCore::guiParameterChanged( ) to see how I am handling the green LEDs on the GUI

 

Download

ASPiK: All ASPiK Projects Bundle

RackAFX7: All RAFX7 Projects Bundle

JUCE/iPlug: JUCE/iPlug Notes