forked from christofmuc/KnobKraft-orm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
94 lines (94 loc) · 3.43 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
[submodule "third_party/JUCE"]
path = third_party/JUCE
url = https://github.com/WeAreROLI/JUCE.git
[submodule "MidiKraft-base"]
path = MidiKraft-base
url = https://github.com/christofmuc/MidiKraft-base.git
branch = master
[submodule "juce-widgets"]
path = juce-widgets
url = https://github.com/christofmuc/juce-widgets.git
branch = master
[submodule "juce-utils"]
path = juce-utils
url = https://github.com/christofmuc/juce-utils.git
branch = master
[submodule "third_party/rapidjson"]
path = third_party/rapidjson
url = https://github.com/Tencent/rapidjson.git
[submodule "MidiKraft-librarian"]
path = MidiKraft-librarian
url = https://github.com/christofmuc/MidiKraft-librarian.git
branch = master
[submodule "synths/MidiKraft-sequential-rev2"]
path = synths/MidiKraft-sequential-rev2
url = https://github.com/christofmuc/MidiKraft-sequential-rev2.git
branch = master
[submodule "third_party/dtl"]
path = third_party/dtl
url = https://github.com/cubicdaiya/dtl.git
[submodule "MidiKraft-database"]
path = MidiKraft-database
url = https://github.com/christofmuc/MidiKraft-database.git
branch = master
[submodule "third_party/SQLiteCpp"]
path = third_party/SQLiteCpp
url = https://github.com/SRombauts/SQLiteCpp.git
[submodule "synths/MidiKraft-sequential-ob6"]
path = synths/MidiKraft-sequential-ob6
url = https://github.com/christofmuc/MidiKraft-sequential-ob6.git
branch = master
[submodule "synths/MidiKraft-oberheim-matrix1000"]
path = synths/MidiKraft-oberheim-matrix1000
url = https://github.com/christofmuc/MidiKraft-oberheim-matrix1000.git
branch = master
[submodule "synths/MidiKraft-roland-mks80"]
path = synths/MidiKraft-roland-mks80
url = https://github.com/christofmuc/MidiKraft-roland-mks80.git
branch = master
[submodule "synths/MidiKraft-korg-dw8000"]
path = synths/MidiKraft-korg-dw8000
url = https://github.com/christofmuc/MidiKraft-korg-dw8000.git
branch = master
[submodule "synths/MidiKraft-yamaha-refacedx"]
path = synths/MidiKraft-yamaha-refacedx
url = https://github.com/christofmuc/MidiKraft-yamaha-refacedx.git
branch = master
[submodule "synths/MidiKraft-kawai-k3"]
path = synths/MidiKraft-kawai-k3
url = https://github.com/christofmuc/MidiKraft-kawai-k3.git
branch = master
[submodule "synths/MidiKraft-access-virus"]
path = synths/MidiKraft-access-virus
url = https://github.com/christofmuc/MidiKraft-access-virus.git
branch = master
[submodule "third_party/pybind11"]
path = third_party/pybind11
url = https://github.com/pybind/pybind11.git
[submodule "synths/MidiKraft-BCR2000"]
path = synths/MidiKraft-BCR2000
url = https://github.com/christofmuc/MidiKraft-BCR2000.git
branch = master
[submodule "pytschirp"]
path = pytschirp
url = https://github.com/christofmuc/pytschirp.git
branch = master
[submodule "third_party/sentry-native"]
path = third_party/sentry-native
url = https://github.com/getsentry/sentry-native.git
branch = master
[submodule "third_party/Gin"]
path = third_party/Gin
url = https://github.com/FigBug/Gin.git
[submodule "synths/MidiKraft-roland-mks50"]
path = synths/MidiKraft-roland-mks50
url = https://github.com/christofmuc/MidiKraft-roland-mks50.git
[submodule "third_party/json"]
path = third_party/json
url = https://github.com/nlohmann/json.git
[submodule "third_party/json-schema-validator"]
path = third_party/json-schema-validator
url = https://github.com/pboettch/json-schema-validator.git
[submodule "third_party/fmt"]
path = third_party/fmt
url = https://github.com/fmtlib/fmt.git