mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2026-04-21 00:36:03 +00:00
完美,同志,完美!!!!!!!
This commit is contained in:
16
old-things/example_singleConvert.py
Normal file
16
old-things/example_singleConvert.py
Normal file
@@ -0,0 +1,16 @@
|
||||
import Musicreater.old_init as old_init
|
||||
import Musicreater.old_plugin
|
||||
import Musicreater.old_plugin.mcstructfile
|
||||
|
||||
print(
|
||||
old_init.old_plugin.mcstructfile.to_mcstructure_file_in_delay(
|
||||
old_init.MidiConvert.from_midi_file(
|
||||
input("midi路径:"),
|
||||
old_exe_format=False,
|
||||
# note_table_replacement={"note.harp": "note.flute"},
|
||||
),
|
||||
input("输出路径:"),
|
||||
# Musicreater.plugin.ConvertConfig(input("输出路径:"),),
|
||||
# max_height=32,
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user