优化生成结构

This commit is contained in:
2023-09-24 12:44:00 +08:00
parent 76eff25a1d
commit 29380d4151
6 changed files with 50 additions and 26 deletions

View File

@@ -106,7 +106,7 @@ else:
print(f"正在处理 {midi_path} ")
cvt_mid = Musicreater.MidiConvert.from_midi_file(midi_path, old_exe_format=True)
cvt_mid = Musicreater.MidiConvert.from_midi_file(midi_path, old_exe_format=False)
cvt_cfg = ConvertConfig(out_path, *prompts[:3])
if playerFormat == 1: