SmartGuitarAmp

Guitar plugin made with JUCE that uses neural networks to emulate a tube amplifier
Log | Files | Refs | Submodules | README

commit 4e05135224940d07dcec7124565304bcad34eb0e
parent f15dccad01abd9f40c480327c8db0699e6a96e48
Author: Keith Bloemer <[email protected]>
Date:   Thu, 24 Sep 2020 14:33:28 -0500

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

diff --git a/README.md b/README.md @@ -32,9 +32,10 @@ https://github.com/keyth72/SmartGuitarPedal 5. Add the <full_path_to>/ Eigen folder to "Header Search Paths" in Exporters -> Debug/Release 6. Open and build project in Visual Studio (Windows), Xcode (Mac), or Code::Blocks/Makefile (Linux) +Note: Make sure to build in Release mode unless actually debugging. Debug mode will not keep up with real time playing. This project builds off the work done here: https://github.com/damskaggep/WaveNetVA ## License -This project is licensed under the Apache License, Version 2.0 - see the [LICENSE](LICENSE) file for details. -\ No newline at end of file +This project is licensed under the Apache License, Version 2.0 - see the [LICENSE](LICENSE) file for details.