SmartGuitarAmp

Guitar plugin made with JUCE that uses neural networks to emulate a tube amplifier
Log | Files | Refs | Submodules | README

commit 04a8ca0c0716e82fa629029116ae58b48b0fe27c
parent 426031145c3e6277d5aef319f677ec1e1fbf9b04
Author: Keith Bloemer <32459398+GuitarML@users.noreply.github.com>
Date:   Wed, 31 Aug 2022 05:41:27 -0500

Update README.md
Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -11,7 +11,7 @@ models a small tube amp, with the ability to add more options in the future. The which is equivalent to the amp's clean and full drive settings. Gain and EQ knobs were added to modulate the modeled sound. -![app](https://github.com/keyth72/SmartGuitarAmp/blob/master/resources/amp_pic.jpg) +![app](https://github.com/GuitarML/SmartGuitarAmp/blob/master/resources/amp_pic.jpg) You can create your own models and load them in SmartGuitarAmp with minor code modifications. To train your own models, use [PedalNetRT](https://github.com/GuitarML/PedalNetRT)