Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/sound/sound_banks/14_piranha_music_box.json
7857 views
1
{
2
"date": "1996-03-19",
3
"sample_bank": {"ifdef": ["VERSION_SH"], "then": "instruments", "else": "piranha_music_box"},
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
[6, 32700],
25
[298, 32700],
26
[32700, 29430],
27
"hang"
28
],
29
"envelope4": [
30
[6, 32700],
31
[298, 32700],
32
[32700, 29430],
33
"hang"
34
]
35
},
36
"instruments": {
37
"inst0": {
38
"release_rate": 119,
39
"envelope": "envelope0",
40
"sound": {"ifdef": ["VERSION_SH"], "then": "3A_music_box", "else": "00_music_box"}
41
},
42
"inst1": {
43
"release_rate": 119,
44
"envelope": "envelope1",
45
"sound": {"ifdef": ["VERSION_SH"], "then": "3A_music_box", "else": "00_music_box"}
46
},
47
"inst2": {
48
"release_rate": 119,
49
"envelope": "envelope2",
50
"sound": {"ifdef": ["VERSION_SH"], "then": "3A_music_box", "else": "00_music_box"}
51
},
52
"inst3": {
53
"release_rate": 119,
54
"envelope": "envelope3",
55
"sound": {"ifdef": ["VERSION_SH"], "then": "3A_music_box", "else": "00_music_box"}
56
},
57
"inst4": {
58
"release_rate": 119,
59
"envelope": "envelope4",
60
"sound": {"ifdef": ["VERSION_SH"], "then": "3A_music_box", "else": "00_music_box"}
61
}
62
},
63
"instrument_list": [
64
"inst0",
65
"inst1",
66
"inst2",
67
"inst3",
68
"inst4"
69
]
70
}
71
72