Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/sound/sound_banks/0A_mario_peach.json
7857 views
1
{
2
"date": "1996-02-14",
3
"sample_bank": "sfx_mario_peach",
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_waaaooow"
17
},
18
"inst1": {
19
"release_rate": 208,
20
"envelope": "envelope0",
21
"sound": "01_mario_hoohoo"
22
},
23
"inst2": {
24
"release_rate": 208,
25
"envelope": "envelope0",
26
"sound": "02_mario_panting"
27
},
28
"inst3": {
29
"release_rate": 208,
30
"envelope": "envelope0",
31
"sound": "03_mario_dying"
32
},
33
"inst4": {
34
"release_rate": 208,
35
"envelope": "envelope0",
36
"sound": "04_mario_on_fire"
37
},
38
"inst5": {
39
"release_rate": 208,
40
"envelope": "envelope0",
41
"sound": "05_mario_uh2"
42
},
43
"inst6": {
44
"release_rate": 208,
45
"envelope": "envelope0",
46
"sound": "06_mario_coughing"
47
},
48
"inst7": {
49
"release_rate": 208,
50
"envelope": "envelope0",
51
"sound": "07_mario_its_a_me_mario"
52
},
53
"inst8": {
54
"release_rate": 208,
55
"envelope": "envelope0",
56
"sound": "08_mario_punch_yah"
57
},
58
"inst9": {
59
"release_rate": 208,
60
"envelope": "envelope0",
61
"sound": "09_mario_punch_hoo"
62
},
63
"inst10": {
64
"release_rate": 208,
65
"envelope": "envelope0",
66
"sound": "0A_mario_mama_mia"
67
},
68
"inst11": {
69
"release_rate": 208,
70
"envelope": "envelope0",
71
"sound": "0B_mario_okey_dokey"
72
},
73
"inst12": {
74
"release_rate": 208,
75
"envelope": "envelope0",
76
"sound": "0C_mario_drowning"
77
},
78
"inst13": {
79
"release_rate": 208,
80
"envelope": "envelope0",
81
"sound": "0D_mario_thank_you_playing_my_game"
82
},
83
"inst14": {
84
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH"],
85
"release_rate": 208,
86
"envelope": "envelope0",
87
"sound": "0E_peach_dear_mario"
88
},
89
"inst15": {
90
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH"],
91
"release_rate": 208,
92
"envelope": "envelope0",
93
"sound": "0F_peach_mario"
94
},
95
"inst16": {
96
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH"],
97
"release_rate": 208,
98
"envelope": "envelope0",
99
"sound": "10_peach_power_of_the_stars"
100
},
101
"inst17": {
102
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH"],
103
"release_rate": 208,
104
"envelope": "envelope0",
105
"sound": "11_peach_thanks_to_you"
106
},
107
"inst18": {
108
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH"],
109
"release_rate": 208,
110
"envelope": "envelope0",
111
"sound": "12_peach_thank_you_mario"
112
},
113
"inst19": {
114
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH"],
115
"release_rate": 208,
116
"envelope": "envelope0",
117
"sound": "13_peach_something_special"
118
},
119
"inst20": {
120
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH"],
121
"release_rate": 208,
122
"envelope": "envelope0",
123
"sound": "14_peach_bake_a_cake"
124
},
125
"inst21": {
126
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH"],
127
"release_rate": 208,
128
"envelope": "envelope0",
129
"sound": "15_peach_for_mario"
130
},
131
"inst22": {
132
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH"],
133
"release_rate": 208,
134
"envelope": "envelope0",
135
"sound": "16_peach_mario2"
136
}
137
},
138
"instrument_list": [
139
"inst0",
140
"inst1",
141
"inst2",
142
null,
143
"inst3",
144
"inst4",
145
"inst5",
146
"inst6",
147
"inst7",
148
"inst8",
149
"inst9",
150
"inst10",
151
"inst11",
152
"inst12",
153
"inst13",
154
"inst14",
155
"inst15",
156
"inst16",
157
"inst17",
158
"inst18",
159
"inst19",
160
"inst20",
161
"inst21",
162
"inst22"
163
]
164
}
165
166