mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2024-11-11 01:27:35 +08:00
8 lines
347 B
Python
8 lines
347 B
Python
# THIS PROGRAM IS ONLY A TEST EXAMPLE
|
||
|
||
|
||
from main import *
|
||
|
||
midiConvert(input('请输入midi文件路径:'), input('请输入输出路径:')).tomcpack(1, input('请输入计分板名称:'), float(input('请输入音量(0-1):')),
|
||
float(input('请输入速度倍率:')))
|