NeuralPi

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

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

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

diff --git a/README.md b/README.md @@ -69,9 +69,9 @@ To build for Windows/Mac/Linux: ``` <full-path-to>/json-develop/include - <full-path-to>/NeuralPi/modules/RTNeural + <full-path-to>/NeuralPi/modules/RTNeural <full-path-to>/NeuralPi/modules/RTNeural/modules/xsimd/include ``` -6. Build Chameleon from the Juce Projucer application. +6. Build Chameleon from the Juce Projucer application for the intended build target. Note: Make sure to build in Release mode unless actually debugging. Debug mode will not keep up with real time playing.