Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/sound/sound_banks/1E.json
7857 views
1
{
2
"date": "1996-03-19",
3
"sample_bank": "instruments",
4
"envelopes": {
5
"envelope0": [
6
[2, 32700],
7
[202, 0],
8
[1, 0],
9
"hang"
10
],
11
"envelope1": [
12
[2, 32700],
13
[82, 0],
14
[1, 0],
15
"hang"
16
],
17
"envelope2": [
18
[6, 32700],
19
[1, 32700],
20
[32700, 29430],
21
"hang"
22
],
23
"envelope3": [
24
[6, 32700],
25
[1, 32700],
26
[32700, 29430],
27
"hang"
28
]
29
},
30
"instruments": {
31
"inst0": {
32
"release_rate": 255,
33
"envelope": "envelope0",
34
"sound": "27_harpsichord"
35
},
36
"inst1": {
37
"release_rate": 255,
38
"envelope": "envelope1",
39
"sound": "27_harpsichord"
40
},
41
"inst2": {
42
"release_rate": 15,
43
"normal_range_lo": 27,
44
"normal_range_hi": 46,
45
"envelope": "envelope2",
46
"sound_lo": "23_strings_1",
47
"sound": "24_strings_2",
48
"sound_hi": "25_strings_3"
49
},
50
"inst3": {
51
"release_rate": 15,
52
"normal_range_lo": 27,
53
"normal_range_hi": 46,
54
"envelope": "envelope3",
55
"sound_lo": "23_strings_1",
56
"sound": "24_strings_2",
57
"sound_hi": "25_strings_3"
58
}
59
},
60
"instrument_list": [
61
"inst0",
62
"inst1",
63
"inst2",
64
"inst3"
65
]
66
}
67
68