sm64ex-coop/sound/sound_banks/16_course_start.json

35 lines
861 B
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": "course_start"},
2019-08-25 06:46:40 +02:00
"envelopes": {
"envelope0": [
[2, 32700],
[1, 32700],
[32700, 29430],
"hang"
],
"envelope1": [
[2, 32700],
[1, 32700],
[32700, 29430],
"hang"
]
},
"instruments": {
"inst0": {
"release_rate": 208,
"envelope": "envelope0",
"sound": {"ifdef": ["VERSION_SH"], "then": "45b_la", "else": "00_la"}
2019-08-25 06:46:40 +02:00
},
"inst1": {
"release_rate": 208,
"envelope": "envelope1",
"sound": {"ifdef": ["VERSION_SH"], "then": "45b_la", "else": "00_la"}
2019-08-25 06:46:40 +02:00
}
},
"instrument_list": [
"inst0",
"inst1"
]
}