SmartGuitarAmp

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

commit bb36c643ae4408fbb0f9204971753d3330a1df21
parent e5754b37100afa9f60b26f0ded9be7ba223f298c
Author: Keith Bloemer <32459398+GuitarML@users.noreply.github.com>
Date:   Thu,  5 Jan 2023 08:59:27 -0600

Merge pull request #32 from hfiguiere/lv2-fix

Fix LV2 build
Diffstat:
MCMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -29,7 +29,7 @@ juce_add_plugin(SmartAmp PLUGIN_CODE Sga3 FORMATS ${JUCE_FORMATS} ProductName "SmartAmp" - LV2_URI https://github.com/GuitarML/SmartAmp + LV2URI https://github.com/GuitarML/SmartAmp ICON_BIG resources/logo.png MICROPHONE_PERMISSION_ENABLED TRUE )