Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/sound/sound_banks/08_mario.json
7857 views
1
{
2
"date": "1996-02-14",
3
"sample_bank": "sfx_mario",
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_mario_jump_hoo"
17
},
18
"inst1": {
19
"release_rate": 208,
20
"envelope": "envelope0",
21
"sound": "01_mario_jump_wah"
22
},
23
"inst2": {
24
"release_rate": 208,
25
"envelope": "envelope0",
26
"sound": "02_mario_yah"
27
},
28
"inst3": {
29
"release_rate": 208,
30
"envelope": "envelope0",
31
"sound": "03_mario_haha"
32
},
33
"inst4": {
34
"release_rate": 208,
35
"envelope": "envelope0",
36
"sound": "04_mario_yahoo"
37
},
38
"inst5": {
39
"release_rate": 208,
40
"envelope": "envelope0",
41
"sound": "05_mario_uh"
42
},
43
"inst6": {
44
"release_rate": 208,
45
"envelope": "envelope0",
46
"sound": "06_mario_hrmm"
47
},
48
"inst7": {
49
"release_rate": 208,
50
"envelope": "envelope0",
51
"sound": "07_mario_wah2"
52
},
53
"inst8": {
54
"release_rate": 208,
55
"envelope": "envelope0",
56
"sound": "08_mario_whoa"
57
},
58
"inst9": {
59
"release_rate": 208,
60
"envelope": "envelope0",
61
"sound": "09_mario_eeuh"
62
},
63
"inst10": {
64
"release_rate": 208,
65
"envelope": "envelope0",
66
"sound": "0A_mario_attacked"
67
},
68
"inst11": {
69
"release_rate": 208,
70
"envelope": "envelope0",
71
"sound": "0B_mario_ooof"
72
},
73
"inst12": {
74
"release_rate": 208,
75
"envelope": "envelope0",
76
"sound": "0C_mario_here_we_go"
77
},
78
"inst13": {
79
"release_rate": 208,
80
"envelope": "envelope0",
81
"sound": "0D_mario_yawning"
82
},
83
"inst14": {
84
"release_rate": 208,
85
"envelope": "envelope0",
86
"sound": "0E_mario_snoring1"
87
},
88
"inst15": {
89
"release_rate": 208,
90
"envelope": "envelope0",
91
"sound": "0F_mario_snoring2"
92
},
93
"inst16": {
94
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH"],
95
"release_rate": 208,
96
"envelope": "envelope0",
97
"sound": "10_mario_doh"
98
},
99
"inst17": {
100
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH"],
101
"release_rate": 208,
102
"envelope": "envelope0",
103
"sound": "11_mario_game_over"
104
},
105
"inst18": {
106
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH"],
107
"release_rate": 208,
108
"envelope": "envelope0",
109
"sound": "12_mario_hello"
110
},
111
"inst19": {
112
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH"],
113
"release_rate": 208,
114
"envelope": "envelope0",
115
"sound": "13_mario_press_start_to_play"
116
},
117
"inst20": {
118
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH"],
119
"release_rate": 208,
120
"envelope": "envelope0",
121
"sound": "14_mario_twirl_bounce"
122
},
123
"inst21": {
124
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH"],
125
"release_rate": 208,
126
"envelope": "envelope0",
127
"sound": "15_mario_snoring3"
128
},
129
"inst22": {
130
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH"],
131
"release_rate": 208,
132
"envelope": "envelope0",
133
"sound": {"ifdef": ["VERSION_SH"], "then": "16_mario_bye_bye", "else": "16_mario_so_longa_bowser"}
134
},
135
"inst23": {
136
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH"],
137
"release_rate": 208,
138
"envelope": "envelope0",
139
"sound": "17_mario_ima_tired"
140
},
141
"inst24": {
142
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH"],
143
"release_rate": 208,
144
"envelope": "envelope0",
145
"sound": "18_mario_waha"
146
},
147
"inst25": {
148
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH"],
149
"release_rate": 208,
150
"envelope": "envelope0",
151
"sound": "19_mario_yippee"
152
},
153
"inst26": {
154
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH"],
155
"release_rate": 208,
156
"envelope": "envelope0",
157
"sound": "1A_mario_lets_a_go"
158
}
159
},
160
"instrument_list": [
161
"inst0",
162
"inst1",
163
"inst2",
164
"inst3",
165
"inst4",
166
"inst5",
167
"inst6",
168
"inst7",
169
"inst8",
170
"inst9",
171
"inst10",
172
"inst11",
173
"inst12",
174
"inst13",
175
"inst14",
176
"inst15",
177
"inst16",
178
"inst17",
179
"inst18",
180
"inst19",
181
"inst20",
182
"inst21",
183
"inst22",
184
"inst23",
185
"inst24",
186
"inst25",
187
"inst26"
188
]
189
}
190
191