SmartGuitarAmp

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

commit 7cc9e3f0f2623d50a51ebf6a151f16c2dfad6177
parent 405ddbfa2a3ac3795dd70e57976baa01d8981a94
Author: Keith Bloemer <32459398+GuitarML@users.noreply.github.com>
Date:   Fri, 26 Feb 2021 15:17:05 -0600

Update README.md
Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -46,6 +46,6 @@ reloads the channel's default tone. ## License This project is licensed under the Apache License, Version 2.0 - see the [LICENSE](LICENSE) file for details. -This project builds off the work done in [WaveNetVA]https://github.com/damskaggep/WaveNetVA) +This project builds off the work done in [WaveNetVA](https://github.com/damskaggep/WaveNetVA) The EQ code used in this plugin is based on the work done by Michael Gruhn in 4BandEQ algorithm.