mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-05-21 22:35:48 +08:00
* update ver3.3.2 1. 更改了MIDI曲谱的曲谱逻辑,现在MIDI曲谱同样支持通过调整BPM来更改播放速度 1. 更新了MIDI制谱器,现在支持多轨道合并(原先仅支持双轨) 1. 简化了MIDI的JSON曲谱格式 1. 更新了已有曲谱的格式 1. 隐藏了MIDI演奏的note信息显示 1. 更新了两首单曲《Sis Puella Magica》- 老旧的诗琴、《尘间星旅(片段)》- 「余音」,风物之诗琴 * update 现在脚本支持在演奏前自动切换对应的乐器(可选) * 更新分辨率相关说明 * Update README.md * Update main.js * update * Update npcMsg.json
88 lines
2.3 KiB
JSON
88 lines
2.3 KiB
JSON
[
|
||
{
|
||
"name": "music_start",
|
||
"type": "input-text",
|
||
"label": "定时启动时间(示例 19:19:10 默认:不启用)"
|
||
},
|
||
{
|
||
"name": "type_select",
|
||
"type": "select",
|
||
"label": "播放模式(默认:单曲单次执行)",
|
||
"options": [
|
||
"单曲单次执行",
|
||
"单曲循环",
|
||
"队列单次执行",
|
||
"队列循环"
|
||
]
|
||
},
|
||
{
|
||
"name": "music_selector",
|
||
"type": "select",
|
||
"label": "选择乐曲(单曲模式中有效)",
|
||
"options": [
|
||
"0001.小星星",
|
||
"0002.小星星变奏曲",
|
||
"0003.Unknown Mother Goose [アンノウン・マザーグース]",
|
||
"0004.铃芽之旅[Suzume]",
|
||
"0005.Flower Dance",
|
||
"0006.起风了",
|
||
"0007.千本樱 (Eric Chen)",
|
||
"0008.春よ、来い(春天,来吧)",
|
||
"0009.One Last Kiss",
|
||
"0010.卡农(MIDI转谱)",
|
||
"0011.圆号卡农",
|
||
"0012.悠可琴千本樱",
|
||
"0013.Counting Stars",
|
||
"0014.Bad Apple",
|
||
"0015.Bad Apple!!",
|
||
"0016.我期待的不是雪,而是有你的冬天",
|
||
"0017.Nod-Krai",
|
||
"0018.蒲公英的约定",
|
||
"0019.枫",
|
||
"0020.大石碎胸口 ver. “一阵强劲的音乐”",
|
||
"0021.ClockParadox_Drop2",
|
||
"0022.DAMIDAMI",
|
||
"0023.喜欢你",
|
||
"0024.可不可以 ",
|
||
"0025.唯一",
|
||
"0026.Sis Puella Magica",
|
||
"0027.尘间星旅(片段)",
|
||
"0028.如生之不竭Life is Inexhaustible"
|
||
]
|
||
},
|
||
{
|
||
"name": "auto_switch",
|
||
"type": "checkbox",
|
||
"label": "演奏前自动更换推荐乐器",
|
||
"default": true
|
||
},
|
||
{
|
||
"name": "music_queue",
|
||
"type": "input-text",
|
||
"label": "队列执行(填写数字[乐曲前的序号],空格隔开,不填默认不启用)"
|
||
},
|
||
{
|
||
"name": "music_interval",
|
||
"type": "input-text",
|
||
"label": "队列内间隔时间(单位:s, 队列模式中有效)"
|
||
},
|
||
{
|
||
"name": "music_repeat",
|
||
"type": "input-text",
|
||
"label": "循环执行次数(值为0时无限循环 默认:1)"
|
||
},
|
||
{
|
||
"name": "repeat_interval",
|
||
"type": "input-text",
|
||
"label": "循环间隔时间(单位:s, 循环模式下生效,默认:0s)"
|
||
},
|
||
{
|
||
"name": "debug_mode",
|
||
"type": "select",
|
||
"label": "调试模式(默认:禁用)",
|
||
"options": [
|
||
"禁用",
|
||
"启用"
|
||
]
|
||
}
|
||
] |