mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2026-04-23 01:35:49 +00:00
高精度时间支持,修复tempo设置错误的问题
This commit is contained in:
@@ -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("服务器端口:")),
|
||||
|
||||
Reference in New Issue
Block a user