NeuralPi

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

commit e3e8a8c11d28450e9a6c6e93fcc8c2f748464bec
parent 4d0cc212c45559962c08181129c211c763d97c07
Author: Keith Bloemer <32459398+GuitarML@users.noreply.github.com>
Date:   Fri, 25 Jun 2021 06:06:12 -0500

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

diff --git a/README.md b/README.md @@ -26,6 +26,13 @@ Note: The plugin must be restarted after using the Import Tone button for change See the Release page for the cross-compiled Raspberry Pi / Elk Audio OS compatible VST3 plugin and Win/Mac installers. +After running the plugin or standalone for the first time, the two default models will be copied to the following locations. Any imported models will be copied here as well. Model files must be manually removed from these locations to perform model clean-up. +``` +Mac/Linux: /home/<username>/Documents/GuitarML/NeuralPi/tones +Windows: C:/Users/<username>/Documents/GuitarML/NeuralPi/tones +Elk Audio OS: /home/mind/Documents/GuitarML/NeuralPi/tones +``` + ## Adding New Models Once your NeuralPi is set up, you can add new models from a remote computer using the following steps: