NeuralPi

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

commit 04365a1e8e23e0e50a5d3296e742432082f84701
parent e1fa5a03f304265ae7ee2b65b90b29a33fa671b4
Author: Keith Bloemer <[email protected]>
Date:   Tue,  1 Jun 2021 08:59:06 -0500

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

diff --git a/README.md b/README.md @@ -71,7 +71,7 @@ To build for Windows/Mac/Linux: ```git submodule update --remote --recursive``` 4. Download and extract: [json](https://github.com/nlohmann/json) Json for c++. -5. Open the Chameleon.jucer file and in the appropriate Exporter Header Search Path field, enter the appropriate include paths. +5. Open the NeuralPi.jucer file and in the appropriate Exporter Header Search Path field, enter the appropriate include paths. For example: ``` @@ -79,6 +79,6 @@ To build for Windows/Mac/Linux: <full-path-to>/NeuralPi/modules/RTNeural <full-path-to>/NeuralPi/modules/RTNeural/modules/xsimd/include ``` -6. Build Chameleon from the Juce Projucer application for the intended build target. +6. Build NeuralPi 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.