sm64ex-coop/sound/sound_banks/14_piranha_music_box.json

71 lines
1.9 KiB
JSON
Raw Normal View History

2019-08-25 06:46:40 +02:00
{
"date": "1996-03-19",
"sample_bank": {"ifdef": ["VERSION_SH"], "then": "instruments", "else": "piranha_music_box"},
2019-08-25 06:46:40 +02:00
"envelopes": {
"envelope0": [
[6, 32700],
[298, 32700],
[32700, 29430],
"hang"
],
"envelope1": [
[6, 32700],
[298, 32700],
[32700, 29430],
"hang"
],
"envelope2": [
[6, 32700],
[298, 32700],
[32700, 29430],
"hang"
],
"envelope3": [
[6, 32700],
[298, 32700],
[32700, 29430],
"hang"
],
"envelope4": [
[6, 32700],
[298, 32700],
[32700, 29430],
"hang"
]
},
"instruments": {
"inst0": {
"release_rate": 119,
"envelope": "envelope0",
"sound": {"ifdef": ["VERSION_SH"], "then": "3A_music_box", "else": "00_music_box"}
2019-08-25 06:46:40 +02:00
},
"inst1": {
"release_rate": 119,
"envelope": "envelope1",
"sound": {"ifdef": ["VERSION_SH"], "then": "3A_music_box", "else": "00_music_box"}
2019-08-25 06:46:40 +02:00
},
"inst2": {
"release_rate": 119,
"envelope": "envelope2",
"sound": {"ifdef": ["VERSION_SH"], "then": "3A_music_box", "else": "00_music_box"}
2019-08-25 06:46:40 +02:00
},
"inst3": {
"release_rate": 119,
"envelope": "envelope3",
"sound": {"ifdef": ["VERSION_SH"], "then": "3A_music_box", "else": "00_music_box"}
2019-08-25 06:46:40 +02:00
},
"inst4": {
"release_rate": 119,
"envelope": "envelope4",
"sound": {"ifdef": ["VERSION_SH"], "then": "3A_music_box", "else": "00_music_box"}
2019-08-25 06:46:40 +02:00
}
},
"instrument_list": [
"inst0",
"inst1",
"inst2",
"inst3",
"inst4"
]
}