mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2024-11-11 01:27:35 +08:00
9 lines
187 B
Python
9 lines
187 B
Python
|
import Musicreater.experiment
|
||
|
|
||
|
|
||
|
print(
|
||
|
Musicreater.experiment.FutureMidiConvertRSNB.from_midi_file(
|
||
|
input("midi路径:"), old_exe_format=False
|
||
|
).to_note_list_in_delay()
|
||
|
)
|