Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/sound/sound_banks/1F.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
[2, 32700],
19
[1, 32700],
20
[32700, 29430],
21
"hang"
22
],
23
"envelope3": [
24
[2, 32700],
25
[55, 32700],
26
[127, 0],
27
"hang"
28
]
29
},
30
"instruments": {
31
"inst0": {
32
"release_rate": 208,
33
"envelope": "envelope0",
34
"sound": "2E_accordion"
35
},
36
"inst1": {
37
"release_rate": 208,
38
"envelope": "envelope1",
39
"sound": "2E_accordion"
40
},
41
"inst2": {
42
"release_rate": 208,
43
"envelope": "envelope2",
44
"sound": "2F_sleigh_bells"
45
},
46
"inst3": {
47
"release_rate": 10,
48
"normal_range_lo": 18,
49
"envelope": "envelope3",
50
"sound_lo": "12_snare_drum_1",
51
"sound": "13_snare_drum_2"
52
}
53
},
54
"instrument_list": [
55
"inst0",
56
null,
57
"inst1",
58
null,
59
null,
60
null,
61
null,
62
null,
63
null,
64
null,
65
null,
66
"inst2",
67
"inst3"
68
]
69
}
70
71