NeuralPi

Raspberry Pi guitar pedal using neural networks to emulate real amps and effects
Log | Files | Refs | Submodules | README

commit 8d0ca8b4a8c7a69f1058ddea98038bbf19d866ac
parent 49d2917081316325c73f45ae9c0821fb0ee94982
Author: Keith Bloemer <32459398+GuitarML@users.noreply.github.com>
Date:   Mon, 24 May 2021 04:25:30 -0500

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

diff --git a/README.md b/README.md @@ -24,7 +24,7 @@ WARNING: The audio output of the NeuralPi is at line level. Guitar amplifiers ex ## Changing Models -The NeuralPi running on Elk will load one model per instance of the plugin. By default this is the "bj_model_best.json" file. Model select controls will be added in the future, but for now you must copy over this file to load different models. On Elk Audio OS, the models will be installed here after running the plugin for the first time: +The NeuralPi running on Elk will load one model per instance of the plugin. By default this is the "bj_model_best.json" file. Model select controls will be added in the future, but for now you must overwrite this file to load different models. On Elk Audio OS, the models will be installed here after running the plugin for the first time: ```/home/mind/.config/JUCE/NeuralPi/tones```