Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/sound/sound_banks/1C_endless_stairs.json
7857 views
1
{
2
"date": "1996-03-19",
3
"sample_bank": "instruments",
4
"envelopes": {
5
"envelope0": [
6
[6, 32700],
7
[298, 32700],
8
[32700, 29430],
9
"hang"
10
],
11
"envelope1": [
12
[6, 32700],
13
[298, 32700],
14
[32700, 29430],
15
"hang"
16
],
17
"envelope2": [
18
[6, 32700],
19
[298, 32700],
20
[32700, 29430],
21
"hang"
22
],
23
"envelope3": [
24
[2, 32700],
25
[1, 32700],
26
[32700, 29430],
27
"hang"
28
],
29
"envelope4": [
30
[2, 32700],
31
[1, 32700],
32
[32700, 29430],
33
"hang"
34
],
35
"envelope5": [
36
[2, 32700],
37
[1, 32700],
38
[32700, 29430],
39
"hang"
40
]
41
},
42
"instruments": {
43
"inst0": {
44
"release_rate": 119,
45
"envelope": "envelope0",
46
"sound": "3A_music_box"
47
},
48
"inst1": {
49
"release_rate": 119,
50
"envelope": "envelope1",
51
"sound": "3A_music_box"
52
},
53
"inst2": {
54
"release_rate": 119,
55
"envelope": "envelope2",
56
"sound": "3A_music_box"
57
},
58
"inst3": {
59
"release_rate": 24,
60
"normal_range_lo": 42,
61
"envelope": "envelope3",
62
"sound_lo": "14_strings_5",
63
"sound": "15_strings_4"
64
},
65
"inst4": {
66
"release_rate": 24,
67
"normal_range_lo": 42,
68
"envelope": "envelope4",
69
"sound_lo": "14_strings_5",
70
"sound": "15_strings_4"
71
},
72
"inst5": {
73
"release_rate": 24,
74
"normal_range_lo": 42,
75
"envelope": "envelope5",
76
"sound_lo": "14_strings_5",
77
"sound": "15_strings_4"
78
}
79
},
80
"instrument_list": [
81
"inst0",
82
"inst1",
83
"inst2",
84
null,
85
"inst3",
86
"inst4",
87
"inst5"
88
]
89
}
90
91