Skip to content

joeloftusdev/aa50-amp-sim

Repository files navigation

AA50 AMP SIMULATOR

aa50

A guitar amp sim built with C++ & the JUCE Library. Loosely based on a well known 90's "block letter" amp head.

Features

  • Impulse response loader (load in your favourite IRs!)
  • Pre & Post Gain
  • Waveshaping distortion
  • EQ - Bass, Mid & Treble
  • Resonance
  • Presence
  • Output Meter

How to Build

(Run cmd/git bash/powershell as administrator)

git clone <url>
cd aa50-amp-sim
git submodule update --init
mkdir out
cd out
cmake ..
cmake --build .

Credit

Made With