SmartGuitarAmp

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

commit 426031145c3e6277d5aef319f677ec1e1fbf9b04
parent d3796f910621a445b6bc77bde46028618eff841f
Author: Keith Bloemer <[email protected]>
Date:   Wed, 31 Aug 2022 05:40:50 -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.png) +![app](https://github.com/keyth72/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)