Files
bettergi-scripts-list/repo/js/AutoLyre/settings.json
提瓦特钓鱼玳师 f704ba61fd JS脚本:原琴·五线谱版 (#370)
* update repo.json

* JS脚本:原琴·五线谱版

功能及其强大的原琴脚本-适配五线谱翻谱
核心功能------------------------------>
1.轻松实现根据五线谱翻版琴谱,支持单音、和弦
2.曲谱支持录入BPM、拍号
3.特殊音符支持休止符、浮点音符、(三/六)连音、(三/六)连音标记线、装饰音·倚音
注意事项------------------------------>
1.音域只有3个八度,受原琴音域限制,本脚本的上限取决于翻谱的大佬(卑微
2.实际上装饰音·倚音的时长视为基础时值单位(比如拍号2/4的基础时值单位就是4分音符)的1/16
3.制铺说明:曲谱JSON文件的notes必须保证为一行且不能包括空白符(空格和换行符等);小节之间用|隔开,|不是必要的,作用是方便曲谱维护

* update repo.json

* Delete repo/js/README.md

* Delete repo/js/main.js

* Delete repo/js/manifest.json

* Delete repo/js/settings.json

* update repo.json

* JS脚本:原琴·五线谱版

* update repo.json
2025-02-26 22:39:30 +08:00

42 lines
1.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[
{
"name": "music_selector",
"type": "select",
"label": "选择乐曲(队列执行启用后该选项实效)",
"options": [
"1.小星星",
"2.小星星变奏曲",
"3.Unknown Mother Goose [アンノウン・マザーグース]"
]
},
{
"name": "music_repeat",
"type": "input-text",
"label": "循环执行次数(不填默认不循环)"
},
{
"name": "repeat_interval",
"type": "input-text",
"label": "循环间隔时间单位s, 循环执行启用时生效不填默认0s"
},
{
"name": "repeat_mode",
"type": "select",
"label": "循环模式(不填默认为单曲循环)",
"options": [
"单曲循环",
"队列循环"
]
},
{
"name": "music_queue",
"type": "input-text",
"label": "队列执行(填写数字[乐曲前的序号],空格隔开,不填默认不启用)"
},
{
"name": "music_interval",
"type": "input-text",
"label": "队列内间隔时间单位s, 队列执行启用时生效)"
}
]