新的转换算法测试,更好的声音适配

This commit is contained in:
2024-01-08 00:08:52 +08:00
parent 0b0328bc44
commit fc138f1dbf
10 changed files with 215 additions and 385 deletions

View File

@ -6,5 +6,6 @@ print(
Musicreater.plugin.mcstructfile.to_mcstructure_file_in_delay(
Musicreater.MidiConvert.from_midi_file(input("midi路径:"), old_exe_format=False),
Musicreater.plugin.ConvertConfig(input("输出路径:"), volume=1),
max_height=32,
)
)