Proteus

Guitar amp and pedal capture plugin using neural networks
Log | Files | Refs | Submodules | README

commit 476b99afa319bb1e0597986bea7f3df7dd88ce0c
parent 69b3df406dd56641ac0a126e397b33512b684f91
Author: Keith <smartguitarml@gmail.com>
Date:   Sat,  8 Oct 2022 10:43:17 -0500

Fixed lv2uri

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(Proteus PLUGIN_CODE Prt3 FORMATS ${JUCE_FORMATS} ProductName "Proteus" - LV2_URI https://github.com/GuitarML/Proteus + LV2URI https://github.com/GuitarML/Proteus ICON_BIG resources/logo.png MICROPHONE_PERMISSION_ENABLED TRUE )