mirror of
https://github.com/mikeoliphant/neural-amp-modeler-lv2.git
synced 2026-07-19 17:06:22 +02:00
Compare commits
2 Commits
9e704c0ce9
...
83e197721c
| Author | SHA1 | Date | |
|---|---|---|---|
| 83e197721c | |||
| f76554aea0 |
@@ -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>;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user