SmartGuitarAmp

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

commit 9771f3ab62f3691008f5aa0a794a84499176136e
parent 9f79f0e95bf44d9e8117da2c5742951e3411e9c0
Author: Keith Bloemer <32459398+GuitarML@users.noreply.github.com>
Date:   Wed, 31 Aug 2022 05:22:33 -0500

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

diff --git a/README.md b/README.md @@ -20,7 +20,7 @@ Model training is done using PyTorch on pre recorded .wav samples. More info in To share your best models, email the json files to smartguitarml@gmail.com and they may be included in the latest release as a downloadable zip. -Also see companion plugin, the [SmartGuitarPedal](https://github.com/GuitarML/SmartGuitarPedal) +Also see companion plugin, the [SmartGuitarPedal](https://github.com/GuitarML/SmartGuitarPedal)<br> Note: As of SmartAmp version 1.3, the custom model load was removed to simplify the plugin. To load user trained models, use the SmartGuitarPedal, which plays all models trained with PedalNetRT.