-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to NeuralAudio for model handling
- Loading branch information
1 parent
567719a
commit 19d3abb
Showing
10 changed files
with
30 additions
and
22,938 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule NeuralAmpModelerCore
deleted from
529a1c
Submodule NeuralAudio
updated
5 files
+3 −1 | NeuralAudio/CMakeLists.txt | |
+0 −0 | NeuralAudio/NAMModel.cpp | |
+50 −0 | NeuralAudio/NAMModel.h | |
+14 −0 | NeuralAudio/NeuralModel.cpp | |
+6 −18 | NeuralAudio/NeuralModel.h |
Submodule eigen
deleted from
f78c37
Oops, something went wrong.