-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitmodules
51 lines (51 loc) · 1.87 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
[submodule "libs/clap"]
path = libs/clap
url = https://github.com/free-audio/clap.git
[submodule "libs/clap-helpers"]
path = libs/clap-helpers
url = https://github.com/free-audio/clap-helpers.git
[submodule "libs/JUCE"]
path = libs/JUCE
url = https://github.com/juce-framework/JUCE
[submodule "libs/sst/sst-jucegui"]
path = libs/sst/sst-jucegui
url = https://github.com/surge-synthesizer/sst-jucegui
[submodule "libs/sst/sst-basic-blocks"]
path = libs/sst/sst-basic-blocks
url = https://github.com/surge-synthesizer/sst-basic-blocks
[submodule "libs/fmt"]
path = libs/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "libs/clap-wrapper"]
path = libs/clap-wrapper
url = https://github.com/free-audio/clap-wrapper
[submodule "libs/sst/sst-plugininfra"]
path = libs/sst/sst-plugininfra
url = https://github.com/surge-synthesizer/sst-plugininfra
[submodule "libs/simde"]
path = libs/simde
url = https://github.com/simd-everywhere/simde
[submodule "libs/sst/sst-cpputils"]
path = libs/sst/sst-cpputils
url = https://github.com/surge-synthesizer/sst-cpputils
[submodule "libs/sst/sst-filters"]
path = libs/sst/sst-filters
url = https://github.com/surge-synthesizer/sst-filters
[submodule "libs/sst/sst-clap-helpers"]
path = libs/sst/sst-clap-helpers
url = https://github.com/surge-synthesizer/sst-clap-helpers
[submodule "libs/sst/sst-voicemanager"]
path = libs/sst/sst-voicemanager
url = https://github.com/surge-synthesizer/sst-voicemanager
[submodule "libs/MTS-ESP"]
path = libs/MTS-ESP
url = https://github.com/ODDSound/MTS-ESP
[submodule "libs/sst/sst-effects"]
path = libs/sst/sst-effects
url = https://github.com/surge-synthesizer/sst-effects
[submodule "libs/sst/sst-waveshapers"]
path = libs/sst/sst-waveshapers
url = https://github.com/surge-synthesizer/sst-waveshapers
[submodule "libs/ni-midi2"]
path = libs/ni-midi2
url = https://github.com/midi2-dev/ni-midi2.git