Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/sound/sound_banks/16_course_start.json
7857 views
1
{
2
"date": "1996-03-19",
3
"sample_bank": {"ifdef": ["VERSION_SH"], "then": "instruments", "else": "course_start"},
4
"envelopes": {
5
"envelope0": [
6
[2, 32700],
7
[1, 32700],
8
[32700, 29430],
9
"hang"
10
],
11
"envelope1": [
12
[2, 32700],
13
[1, 32700],
14
[32700, 29430],
15
"hang"
16
]
17
},
18
"instruments": {
19
"inst0": {
20
"release_rate": 208,
21
"envelope": "envelope0",
22
"sound": {"ifdef": ["VERSION_SH"], "then": "45b_la", "else": "00_la"}
23
},
24
"inst1": {
25
"release_rate": 208,
26
"envelope": "envelope1",
27
"sound": {"ifdef": ["VERSION_SH"], "then": "45b_la", "else": "00_la"}
28
}
29
},
30
"instrument_list": [
31
"inst0",
32
"inst1"
33
]
34
}
35
36