mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2026-01-21 03:01:53 +00:00
新增bdx转换功能
This commit is contained in:
9
example_convert_mcpack.py
Normal file
9
example_convert_mcpack.py
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
|
||||
# THIS PROGRAM IS ONLY A TEST EXAMPLE
|
||||
|
||||
|
||||
from main import *
|
||||
|
||||
midiConvert(input('请输入midi文件路径:'), input('请输入输出路径:')).tomcpack(1,input('请输入计分板名称:'),float(input('请输入音量(0-1):')),float(input('请输入速度倍率:')))
|
||||
Reference in New Issue
Block a user