diff --git a/bgArrayLib/__pycache__/__init__.cpython-38.pyc b/bgArrayLib/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000..a20f449 Binary files /dev/null and b/bgArrayLib/__pycache__/__init__.cpython-38.pyc differ diff --git a/bgArrayLib/__pycache__/bpm.cpython-38.pyc b/bgArrayLib/__pycache__/bpm.cpython-38.pyc new file mode 100644 index 0000000..35a9b6c Binary files /dev/null and b/bgArrayLib/__pycache__/bpm.cpython-38.pyc differ diff --git a/bgArrayLib/__pycache__/compute.cpython-38.pyc b/bgArrayLib/__pycache__/compute.cpython-38.pyc new file mode 100644 index 0000000..b99c0f7 Binary files /dev/null and b/bgArrayLib/__pycache__/compute.cpython-38.pyc differ diff --git a/bgArrayLib/__pycache__/reader.cpython-38.pyc b/bgArrayLib/__pycache__/reader.cpython-38.pyc new file mode 100644 index 0000000..42e60d7 Binary files /dev/null and b/bgArrayLib/__pycache__/reader.cpython-38.pyc differ diff --git a/languages/__pycache__/zhCN.cpython-38.pyc b/languages/__pycache__/zhCN.cpython-38.pyc index fd13823..00c005f 100644 Binary files a/languages/__pycache__/zhCN.cpython-38.pyc and b/languages/__pycache__/zhCN.cpython-38.pyc differ diff --git a/msctspt/__pycache__/bdxOpera_CP.cpython-38.pyc b/msctspt/__pycache__/bdxOpera_CP.cpython-38.pyc index d7ab740..9d82605 100644 Binary files a/msctspt/__pycache__/bdxOpera_CP.cpython-38.pyc and b/msctspt/__pycache__/bdxOpera_CP.cpython-38.pyc differ diff --git a/msctspt/__pycache__/transfer.cpython-38.pyc b/msctspt/__pycache__/transfer.cpython-38.pyc index ab6bd2b..c3af6c1 100644 Binary files a/msctspt/__pycache__/transfer.cpython-38.pyc and b/msctspt/__pycache__/transfer.cpython-38.pyc differ diff --git a/msctspt/transfer.py b/msctspt/transfer.py index a51ca89..f9bf7f0 100644 --- a/msctspt/transfer.py +++ b/msctspt/transfer.py @@ -25,7 +25,7 @@ def hans2pinyin(hans, style=3): return final -def classList_conversion_SinglePlayer(List: list, ScoreboardName: str, Instrument: str, playerSelection: str = '', +def classList_conversion_SinglePlayer(List: list, ScoreboardName: str, playerSelection: str = '', isProsess: bool = False) -> list: from bgArrayLib.compute import round_up commands = [] @@ -43,7 +43,7 @@ def classList_conversion_SinglePlayer(List: list, ScoreboardName: str, Instrumen commands.append( f"execute @a{playerSelection} ~ ~ ~ execute @s[scores={{{ScoreboardName}=" f"{str(round_up(i.time_position)).replace('.0', '')}}}] ~ ~{127 - i.velocity} " - f"~ playsound {Instrument} @s ~ ~ ~ 1000 {i.pitch} 1000\n") + f"~ playsound {i.instrument} @s ~ ~ ~ 1000 {i.pitch} 1000\n") if isProsess: commands.append( f"execute @a{playerSelection} ~ ~ ~ execute @s[scores={{{ScoreboardName}=" diff --git a/resources/MSCT Dev Log.txt b/resources/MSCT Dev Log.txt index f9d24d3..7929048 100644 --- a/resources/MSCT Dev Log.txt +++ b/resources/MSCT Dev Log.txt @@ -10,27 +10,35 @@ Copyright © W-YI 2022 1.可以导出自定义的结构文件用于存储要导入地图中的结构 2.进度条 3.可以将音乐写入音符盒(红乐) -4.更换tk库为briefcase库,支持安卓系统 + 5.支持自动给音符盒绑定更多的音色 6.可以由.schematic文件导入地图,亦可反向处理 -7.支持自定义指令方块区域的长宽高等 + 8.支持自定义创建websockeet服务器播放音乐(感谢由 Fuckcraft “鸣凤鸽子”等 带来的我的世界websocket服务器功能) -9.支持使用红石播放指令音乐 +9.支持使用红石播放音乐 10.支持采用延时的播放器 11.支持使用bdx导出结构 12.支持采用tp的方法播放 13.支持识别曲谱图片解析音乐 14.支持使用瀑布流的方式播放音乐 -15.帮助菜单 -16.多语言 -17.支持自动搜寻地图目录位置(网易&微软) +17.支持自动搜寻地图目录位置(网易&微软) +++++++ +4.修改UI界面使之适应当前功能 +7.制作软件下载器使用户更直观地操作 +15. +16. + 新更新日志 + Delta 0.1.5 +2022 2 1 农历大年初一 +1.修复所有用户在使用过程中可遇到的bug + Delta 0.1.1 2022 1 30 1.新增设置调用方案,但未使用 diff --git a/测试用/国歌2.msctn b/测试用/国歌2.msctn new file mode 100644 index 0000000..472df31 Binary files /dev/null and b/测试用/国歌2.msctn differ