forked from surge-synthesizer/surge
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
58 lines (58 loc) · 2.12 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[submodule "libs/clap-juce-extensions"]
path = libs/clap-juce-extensions
url = https://github.com/free-audio/clap-juce-extensions
[submodule "libs/eurorack/eurorack"]
path = libs/eurorack/eurorack
url = https://github.com/surge-synthesizer/eurorack.git
[submodule "libs/fmt"]
path = libs/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "libs/JUCE"]
path = libs/JUCE
url = https://github.com/surge-synthesizer/JUCE
[submodule "libs/luajitlib/LuaJIT"]
path = libs/luajitlib/LuaJIT
url = https://github.com/LuaJIT/LuaJIT.git
[submodule "libs/simde"]
path = libs/simde
url = https://github.com/simd-everywhere/simde
[submodule "libs/tuning-library"]
path = libs/tuning-library
url = https://github.com/surge-synthesizer/tuning-library
[submodule "libs/oddsound-mts/MTS-ESP"]
path = libs/oddsound-mts/MTS-ESP
url = https://github.com/ODDSound/MTS-ESP
[submodule "libs/PEGTL"]
path = libs/PEGTL
url = https://github.com/taocpp/PEGTL.git
branch = 2.x
[submodule "libs/pffft"]
path = libs/pffft
url = https://github.com/surge-synthesizer/pffft.git
[submodule "libs/pybind11"]
path = libs/pybind11
url = https://github.com/pybind/pybind11
[submodule "libs/sst/sst-basic-blocks"]
path = libs/sst/sst-basic-blocks
url = https://github.com/surge-synthesizer/sst-basic-blocks.git
[submodule "libs/sst/sst-cpputils"]
path = libs/sst/sst-cpputils
url = https://github.com/surge-synthesizer/sst-cpputils
[submodule "libs/sst/sst-effects"]
path = libs/sst/sst-effects
url = https://github.com/surge-synthesizer/sst-effects
[submodule "libs/sst/sst-filters"]
path = libs/sst/sst-filters
url = https://github.com/surge-synthesizer/sst-filters
[submodule "libs/sst/sst-plugininfra"]
path = libs/sst/sst-plugininfra
url = https://github.com/surge-synthesizer/sst-plugininfra
[submodule "libs/sst/sst-waveshapers"]
path = libs/sst/sst-waveshapers
url = https://github.com/surge-synthesizer/sst-waveshapers
[submodule "libs/melatonin_inspector"]
path = libs/melatonin_inspector
url = https://github.com/sudara/melatonin_inspector.git
[submodule "libs/luajitlib/cmake"]
path = libs/luajitlib/cmake
url = https://github.com/scikit-build/cmake-FindVcvars