基本的设计已经完成,今天休息一下

This commit is contained in:
2026-01-26 09:39:22 +08:00
parent 734ee2dd66
commit 0de959c396
40 changed files with 1372 additions and 209 deletions

View File

@@ -1,6 +1,6 @@
import Musicreater.experiment
import Musicreater.plugin
import Musicreater.plugin.mcstructfile
import Musicreater.old_plugin
import Musicreater.old_plugin.mcstructfile
msct = Musicreater.experiment.FutureMidiConvertLyricSupport.from_midi_file(
input("midi路径:"), old_exe_format=False
@@ -24,7 +24,7 @@ opt = input("输出路径:")
print(
"\n输出:",
Musicreater.plugin.mcstructfile.to_mcstructure_file_in_delay(
Musicreater.old_plugin.mcstructfile.to_mcstructure_file_in_delay(
msct,
opt,
# Musicreater.plugin.ConvertConfig(input("输出路径:"),),