2 Commits

Author SHA1 Message Date
Mike Oliphant 83e197721c Cmake message for smart bypass 2026-06-10 12:40:19 -07:00
Mike Oliphant f76554aea0 Switch tonehunt link to tone3000 2026-06-10 07:31:38 -07:00
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ Models supported:
Neural Amp Modeler (NAM): https://github.com/sdatkinson/neural-amp-modeler
RTNeural keras/Aida-x models: https://github.com/jatinchowdhury18/RTNeural
A large collection of models is available at https://tonehunt.org
A large collection of models is available at https://www.tone3000.com
""";
patch:writable <@NAM_LV2_ID@#model>;
+3
View File
@@ -58,6 +58,9 @@ option(SMART_BYPASS_ENABLED "Enable auto-bypass on silence" OFF)
if (SMART_BYPASS_ENABLED)
add_definitions(-DSMART_BYPASS_ENABLED)
message(STATUS "Smart Bypass enabled")
else()
message(STATUS "Smart Bypass enabled")
endif (SMART_BYPASS_ENABLED)
set_target_properties(neural_amp_modeler