SmartGuitarAmp

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

commit 2f409c1745b33ce29c52706487df9eb7b8fcb98a
parent 65f14a8937f4380dd0f3676435bda0a3ffccbad4
Author: Keith Bloemer <[email protected]>
Date:   Tue,  3 Nov 2020 20:20:28 -0600

Update README.md
Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -15,14 +15,14 @@ modulate the modeled sound. You can create your own models and load them in SmartGuitarAmp with minor code modifications. To train your own models, use the following Github repository: -https://github.com/keyth72/PedalNetRT +https://github.com/GuitarML/PedalNetRT Model training is done using PyTorch on pre recorded .wav samples. More info in the above repository. Feel free to create a pull request to add your own trained models to this repository. Also see compainion plugin, the SmartGuitarPedal. -https://github.com/keyth72/SmartGuitarPedal +https://github.com/GuitarML/SmartGuitarPedal ## Installing the plugin