高精度时间支持,修复tempo设置错误的问题

This commit is contained in:
2024-06-11 00:54:50 +08:00
parent fe7c11636b
commit bf1b7b99d8
7 changed files with 456 additions and 359 deletions

View File

@@ -10,8 +10,12 @@ print(
Musicreater.plugin.websocket.to_websocket_server(
[
Musicreater.MidiConvert.from_midi_file(
os.path.join(dire,names), old_exe_format=False
) for names in os.listdir(dire,) if names.endswith((".mid",".midi"))
os.path.join(dire, names), old_exe_format=False
)
for names in os.listdir(
dire,
)
if names.endswith((".mid", ".midi"))
],
input("服务器地址:"),
int(input("服务器端口:")),