Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/sound/sound_banks/20.json
7857 views
1
{
2
"date": "1996-03-19",
3
"sample_bank": "instruments",
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
"envelope2": [
18
[6, 32700],
19
[1, 32700],
20
[32700, 29430],
21
"hang"
22
]
23
},
24
"instruments": {
25
"inst0": {
26
"release_rate": 208,
27
"envelope": "envelope0",
28
"sound": "16_french_horns"
29
},
30
"inst1": {
31
"release_rate": 208,
32
"envelope": "envelope1",
33
"sound": "16_french_horns"
34
},
35
"inst2": {
36
"release_rate": 15,
37
"normal_range_lo": 27,
38
"normal_range_hi": 46,
39
"envelope": "envelope2",
40
"sound_lo": "23_strings_1",
41
"sound": "24_strings_2",
42
"sound_hi": "25_strings_3"
43
}
44
},
45
"instrument_list": [
46
"inst0",
47
null,
48
null,
49
null,
50
null,
51
null,
52
null,
53
"inst1",
54
"inst2"
55
]
56
}
57
58