mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2024-11-11 01:27:35 +08:00
9 lines
364 B
Python
9 lines
364 B
Python
|
||
|
||
|
||
# THIS PROGRAM IS ONLY A TEST EXAMPLE
|
||
|
||
|
||
from main import *
|
||
|
||
midiConvert(input('请输入midi文件路径:'), input('请输入输出路径:')).toBDXfile(1,input('请输入作者:'),int(input('请输入指令结构最大生成高度:')),input('请输入计分板名称:'),float(input('请输入音量(0-1]:')),float(input('请输入速度倍率:'))) |