NeuralPi

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

commit 04e8f2f915a6dd4514ce19c507cade7c1630e425
parent 04da1a97ebbbd0e4661f60fa4f10386c1542d0f3
Author: Keith Bloemer <32459398+GuitarML@users.noreply.github.com>
Date:   Fri, 18 Jun 2021 09:45:31 -0500

Update update_models.sh
Diffstat:
Mscripts/update_models.sh | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/scripts/update_models.sh b/scripts/update_models.sh @@ -17,9 +17,8 @@ rpi_ip_address=127.0.0.1 # Update this field with the Raspberry Pi's IP address # Uncomment the appropriate path for your computer: -# host_model_path=~/.config/GuitarML/NeuralPi/tones #Typical Linux Path -# host_model_path=/Library/GuitarML/NeuralPi/tones #Typical Mac Path (System Install) -# host_model_path=~/Library/GuitarML/NeuralPi/tones #Typical Mac Path (User Install) +# host_model_path=~/Documents/GuitarML/NeuralPi/tones #Typical Linux Path +# host_model_path=~/Documents/GuitarML/NeuralPi/tones #Typical Mac Path rpi_model_path=/home/mind/.config/GuitarML/NeuralPi/tones # Rpi with Elk OS Path (shouldn't need to change)