sm64pc/sound/sound_banks/16_course_start.json

35 lines
697 B
JSON
Raw Normal View History

2019-08-25 04:46:40 +00:00
{
"date": "1996-03-19",
2019-11-03 19:36:27 +00:00
"sample_bank": "course_start",
2019-08-25 04:46:40 +00: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",
2019-11-03 19:36:27 +00:00
"sound": "00_la"
2019-08-25 04:46:40 +00:00
},
"inst1": {
"release_rate": 208,
"envelope": "envelope1",
2019-11-03 19:36:27 +00:00
"sound": "00_la"
2019-08-25 04:46:40 +00:00
}
},
"instrument_list": [
"inst0",
"inst1"
]
}