Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/sound/sound_banks/00.json
7857 views
1
{
2
"date": "1996-02-14",
3
"sample_bank": "sfx_1",
4
"envelopes": {
5
"envelope0": [
6
[2, 32700],
7
[1, 32700],
8
[32700, 29430],
9
"hang"
10
]
11
},
12
"instruments": {
13
"inst0": {
14
"release_rate": 208,
15
"envelope": "envelope0",
16
"sound": "00_twirl"
17
},
18
"inst1": {
19
"release_rate": 208,
20
"envelope": "envelope0",
21
"sound": "01_brushing"
22
},
23
"inst2": {
24
"release_rate": 208,
25
"envelope": "envelope0",
26
"sound": "02_hand_touch"
27
},
28
"inst3": {
29
"release_rate": 208,
30
"envelope": "envelope0",
31
"sound": "03_yoshi"
32
},
33
"inst4": {
34
"release_rate": 208,
35
"envelope": "envelope0",
36
"sound": "04_plop"
37
},
38
"inst5": {
39
"release_rate": 208,
40
"envelope": "envelope0",
41
"sound": "05_heavy_landing"
42
}
43
},
44
"instrument_list": [
45
"inst0",
46
"inst1",
47
"inst2",
48
"inst3",
49
"inst4",
50
"inst5"
51
]
52
}
53
54