top of page

Create Your First Project

Start adding your projects to your portfolio. Click on "Manage Projects" to get started

EM-Tone Audio Plugin in C++

Date

June 2023

Software used

Microsoft Visual Studio
C++
JUCE
Reaper

I developed this plugin in C++ using JUCE, for my exam of Audio Programming.

It's something that I use daily to practice, and making my own plugin was such a blast!

I added a basic distortion, a general 3 bands EQ, a tone control, a cool chorus, and a majestic reverb, in addition, before all of this chain of settings, I put the secret spice on the plugin by applying to the input signal an impulse response of a SG Gibson connected to a Marshall JCM900.

But the fun does not stop only in guitars!, you can always make experimental uses, such as applying it to synths, vocals, basses, violins, cellos, any type of stringed instrument, trumpets, winds, whatever you plan to give power and presence!......

Here is the Git repository of the code:
https://github.com/EdwinMolano/EM-Tone.git

bottom of page