Skip to content

Commit

Permalink
Switch to NeuralAudio for model handling
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeoliphant committed Oct 31, 2024
1 parent 567719a commit 19d3abb
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 22,938 deletions.
10 changes: 0 additions & 10 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
[submodule "lv2"]
path = deps/lv2
url = https://github.com/lv2/lv2
[submodule "eigen"]
path = deps/eigen
url = https://gitlab.com/libeigen/eigen
[submodule "NeuralAmpModelerCore"]
path = deps/NeuralAmpModelerCore
url = https://github.com/mikeoliphant/NeuralAmpModelerCore
branch = devel
[submodule "deps/AudioDSPTools"]
path = deps/AudioDSPTools
url = https://github.com/sdatkinson/AudioDSPTools
[submodule "deps/NeuralAudio"]
path = deps/NeuralAudio
url = https://github.com/mikeoliphant/NeuralAudio
9 changes: 0 additions & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,6 @@ endif()

set(NAM_LV2_ID http://github.com/mikeoliphant/neural-amp-modeler-lv2)

include_directories(SYSTEM deps/eigen)
include_directories(SYSTEM deps/lv2/include)
include_directories(SYSTEM deps/NeuralAmpModelerCore)
include_directories(SYSTEM deps/json)
include_directories(SYSTEM deps/denormal)

add_definitions(-DNAM_SAMPLE_FLOAT)
add_definitions(-DDSP_SAMPLE_FLOAT)

add_subdirectory(src)


Expand Down
1 change: 0 additions & 1 deletion deps/NeuralAmpModelerCore
Submodule NeuralAmpModelerCore deleted from 529a1c
1 change: 0 additions & 1 deletion deps/eigen
Submodule eigen deleted from f78c37
Loading

0 comments on commit 19d3abb

Please sign in to comment.