mirror of
https://github.com/n64decomp/sm64.git
synced 2024-11-11 20:05:01 -05:00
93 lines
3.0 KiB
JSON
93 lines
3.0 KiB
JSON
{
|
|
"date": "1996-03-19",
|
|
"sample_bank": {"ifdef": ["VERSION_SH", "VERSION_CN"], "then": "instruments", "else": "bowser_organ"},
|
|
"envelopes": {
|
|
"envelope0": [
|
|
[2, 32700],
|
|
[1, 32700],
|
|
[32700, 29430],
|
|
"hang"
|
|
],
|
|
"envelope1": [
|
|
[2, 32700],
|
|
[1, 32700],
|
|
[32700, 29430],
|
|
"hang"
|
|
],
|
|
"envelope2": [
|
|
[2, 32700],
|
|
[1, 32700],
|
|
[32700, 29430],
|
|
"hang"
|
|
],
|
|
"envelope3": [
|
|
[2, 32700],
|
|
[1, 32700],
|
|
[32700, 29430],
|
|
"hang"
|
|
],
|
|
"envelope4": [
|
|
[2, 32700],
|
|
[1, 32700],
|
|
[32700, 29430],
|
|
"hang"
|
|
],
|
|
"envelope5": [
|
|
[2, 32700],
|
|
[1, 32700],
|
|
[32700, 29430],
|
|
"hang"
|
|
]
|
|
},
|
|
"instruments": {
|
|
"inst0": {
|
|
"release_rate": 19,
|
|
"normal_range_hi": 50,
|
|
"envelope": "envelope0",
|
|
"sound": {"ifdef": ["VERSION_SH", "VERSION_CN"], "then": "34b_organ_C3", "else": "00_organ_C3"},
|
|
"sound_hi": {"ifdef": ["VERSION_SH", "VERSION_CN"], "then": "34c_organ_C4", "else": "01_organ_C4"}
|
|
},
|
|
"inst1": {
|
|
"release_rate": 19,
|
|
"normal_range_hi": 50,
|
|
"envelope": "envelope1",
|
|
"sound": {"ifdef": ["VERSION_SH", "VERSION_CN"], "then": "34b_organ_C3", "else": "00_organ_C3"},
|
|
"sound_hi": {"ifdef": ["VERSION_SH", "VERSION_CN"], "then": "34c_organ_C4", "else": "01_organ_C4"}
|
|
},
|
|
"inst2": {
|
|
"release_rate": 19,
|
|
"normal_range_hi": 50,
|
|
"envelope": "envelope2",
|
|
"sound": {"ifdef": ["VERSION_SH", "VERSION_CN"], "then": "34b_organ_C3", "else": "00_organ_C3"},
|
|
"sound_hi": {"ifdef": ["VERSION_SH", "VERSION_CN"], "then": "34c_organ_C4", "else": "01_organ_C4"}
|
|
},
|
|
"inst3": {
|
|
"release_rate": 19,
|
|
"normal_range_hi": 50,
|
|
"envelope": "envelope3",
|
|
"sound": {"ifdef": ["VERSION_SH", "VERSION_CN"], "then": "34b_organ_C3", "else": "00_organ_C3"},
|
|
"sound_hi": {"ifdef": ["VERSION_SH", "VERSION_CN"], "then": "34c_organ_C4", "else": "01_organ_C4"}
|
|
},
|
|
"inst4": {
|
|
"release_rate": 19,
|
|
"normal_range_hi": 50,
|
|
"envelope": "envelope4",
|
|
"sound": {"ifdef": ["VERSION_SH", "VERSION_CN"], "then": "34b_organ_C3", "else": "00_organ_C3"},
|
|
"sound_hi": {"ifdef": ["VERSION_SH", "VERSION_CN"], "then": "34c_organ_C4", "else": "01_organ_C4"}
|
|
},
|
|
"inst5": {
|
|
"release_rate": 10,
|
|
"envelope": "envelope5",
|
|
"sound": {"ifdef": ["VERSION_SH", "VERSION_CN"], "then": "22_boys_choir_Bb4", "else": "02_boys_choir_Bb4"}
|
|
}
|
|
},
|
|
"instrument_list": [
|
|
"inst0",
|
|
"inst1",
|
|
"inst2",
|
|
"inst3",
|
|
"inst4",
|
|
"inst5"
|
|
]
|
|
}
|