From 7b319268fe9929db1e5f428e31a3f531156be3f1 Mon Sep 17 00:00:00 2001 From: EillesWan Date: Sun, 14 Jan 2024 22:08:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=B8=AA=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Musicreater/__init__.py | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Musicreater/__init__.py b/Musicreater/__init__.py index 6105ec3..d14d22d 100644 --- a/Musicreater/__init__.py +++ b/Musicreater/__init__.py @@ -17,8 +17,8 @@ Terms & Conditions: License.md in the root directory # 若需转载或借鉴 许可声明请查看仓库目录下的 License.md -__version__ = "1.6.2" -__vername__ = "新的转换算法测试,更好的声音适配" +__version__ = "1.7.0" +__vername__ = "更高的自定义化程度" __author__ = ( ("金羿", "Eilles Wan"), ("诸葛亮与八卦阵", "bgArray"), @@ -31,7 +31,16 @@ __all__ = [ # 附加类 "SingleNote", "SingleCommand", + "SingleNoteBox", # "TimeStamp", 未来功能 + + # 默认值 + "DEFAULT_PROGRESSBAR_STYLE", + "MM_INSTRUMENT_DEVIATION_TABLE", + "MM_CLASSIC_PITCHED_INSTRUMENT_TABLE", + "MM_CLASSIC_PERCUSSION_INSTRUMENT_TABLE", + "MM_TOUCH_PITCHED_INSTRUMENT_TABLE", + "MM_TOUCH_PERCUSSION_INSTRUMENT_TABLE", ] from .main import *