Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/sound/sound_banks/1D_bowser_organ.json
7857 views
1
{
2
"date": "1996-03-19",
3
"sample_bank": {"ifdef": ["VERSION_SH"], "then": "instruments", "else": "bowser_organ"},
4
"envelopes": {
5
"envelope0": [
6
[2, 32700],
7
[1, 32700],
8
[32700, 29430],
9
"hang"
10
],
11
"envelope1": [
12
[2, 32700],
13
[1, 32700],
14
[32700, 29430],
15
"hang"
16
],
17
"envelope2": [
18
[2, 32700],
19
[1, 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": 19,
45
"normal_range_hi": 50,
46
"envelope": "envelope0",
47
"sound": {"ifdef": ["VERSION_SH"], "then": "34b_organ", "else": "00_organ_1"},
48
"sound_hi": {"ifdef": ["VERSION_SH"], "then": "34c_organ_lq", "else": "01_organ_1_lq"}
49
},
50
"inst1": {
51
"release_rate": 19,
52
"normal_range_hi": 50,
53
"envelope": "envelope1",
54
"sound": {"ifdef": ["VERSION_SH"], "then": "34b_organ", "else": "00_organ_1"},
55
"sound_hi": {"ifdef": ["VERSION_SH"], "then": "34c_organ_lq", "else": "01_organ_1_lq"}
56
},
57
"inst2": {
58
"release_rate": 19,
59
"normal_range_hi": 50,
60
"envelope": "envelope2",
61
"sound": {"ifdef": ["VERSION_SH"], "then": "34b_organ", "else": "00_organ_1"},
62
"sound_hi": {"ifdef": ["VERSION_SH"], "then": "34c_organ_lq", "else": "01_organ_1_lq"}
63
},
64
"inst3": {
65
"release_rate": 19,
66
"normal_range_hi": 50,
67
"envelope": "envelope3",
68
"sound": {"ifdef": ["VERSION_SH"], "then": "34b_organ", "else": "00_organ_1"},
69
"sound_hi": {"ifdef": ["VERSION_SH"], "then": "34c_organ_lq", "else": "01_organ_1_lq"}
70
},
71
"inst4": {
72
"release_rate": 19,
73
"normal_range_hi": 50,
74
"envelope": "envelope4",
75
"sound": {"ifdef": ["VERSION_SH"], "then": "34b_organ", "else": "00_organ_1"},
76
"sound_hi": {"ifdef": ["VERSION_SH"], "then": "34c_organ_lq", "else": "01_organ_1_lq"}
77
},
78
"inst5": {
79
"release_rate": 10,
80
"envelope": "envelope5",
81
"sound": {"ifdef": ["VERSION_SH"], "then": "22_boys_choir", "else": "02_boys_choir"}
82
}
83
},
84
"instrument_list": [
85
"inst0",
86
"inst1",
87
"inst2",
88
"inst3",
89
"inst4",
90
"inst5"
91
]
92
}
93
94