-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitmodules
More file actions
41 lines (41 loc) · 1.39 KB
/
.gitmodules
File metadata and controls
41 lines (41 loc) · 1.39 KB
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
[submodule "third_party/JUCE"]
path = third_party/JUCE
url = https://github.com/WeAreROLI/JUCE.git
[submodule "third_party/pybind11"]
path = third_party/pybind11
url = https://github.com/pybind/pybind11.git
[submodule "juce-utils"]
path = juce-utils
url = https://github.com/christofmuc/juce-utils.git
[submodule "MidiKraft-sequential-rev2"]
path = MidiKraft-sequential-rev2
url = https://github.com/christofmuc/MidiKraft-sequential-rev2.git
[submodule "juce-widgets"]
path = juce-widgets
url = https://github.com/christofmuc/juce-widgets.git
[submodule "pytschirp"]
path = pytschirp
url = https://github.com/christofmuc/pytschirp.git
[submodule "third_party/rapidjson"]
path = third_party/rapidjson
url = https://github.com/Tencent/rapidjson.git
[submodule "MidiKraft-kawai-k3"]
path = MidiKraft-kawai-k3
url = https://github.com/christofmuc/MidiKraft-kawai-k3.git
branch = master
[submodule "MidiKraft-BCR2000"]
path = MidiKraft-BCR2000
url = https://github.com/christofmuc/MidiKraft-BCR2000.git
branch = master
[submodule "third_party/json"]
path = third_party/json
url = https://github.com/nlohmann/json.git
[submodule "third_party/fmt"]
path = third_party/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "third_party/spdlog"]
path = third_party/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "MidiKraft"]
path = MidiKraft
url = https://github.com/christofmuc/MidiKraft.git