fixed model loudness

This commit is contained in:
Mike Oliphant
2024-10-31 13:46:54 -07:00
parent ec34afb608
commit d2cc00186f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ set(SOURCES nam_lv2.cpp
nam_plugin.cpp
nam_plugin.h)
set(NA_SOURCES ../deps/NeuralAudio/NeuralAudio/NeuralModel.h)
set(NA_SOURCES ../deps/NeuralAudio/NeuralAudio/NeuralModel.h)
add_library(neural_amp_modeler SHARED ${SOURCES} ${NA_SOURCES})