mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2024-11-14 11:27:42 +08:00
6 lines
169 B
Python
6 lines
169 B
Python
|
|
||
|
from Musicreater import midiConvert
|
||
|
|
||
|
conversion = midiConvert()
|
||
|
conversion.convert(input("midi path:"),input("out path:"))
|
||
|
conversion.to_mcstructure_file_with_delay(3,)
|