mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2026-04-18 06:35:50 +00:00
完美,同志,完美!!!!!!!
This commit is contained in:
14
old-things/example_futureFunction.py
Normal file
14
old-things/example_futureFunction.py
Normal file
@@ -0,0 +1,14 @@
|
||||
import Musicreater.experiment
|
||||
import Musicreater.old_plugin
|
||||
import Musicreater.old_plugin.mcstructfile
|
||||
|
||||
print(
|
||||
Musicreater.old_plugin.mcstructfile.to_mcstructure_file_in_delay(
|
||||
Musicreater.experiment.FutureMidiConvertM4.from_midi_file(
|
||||
input("midi路径:"), old_exe_format=False
|
||||
),
|
||||
input("输出路径:"),
|
||||
# Musicreater.plugin.ConvertConfig(input("输出路径:"),),
|
||||
max_height=32,
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user