mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2026-04-29 04:35:50 +00:00
MSQ 流式适配与校验增强,新增 NBS 音色表
This commit is contained in:
@@ -22,8 +22,8 @@ The Licensor of Musicreater("this project") is Eilles Wan, bgArray.
|
||||
# 若需转载或借鉴 许可声明请查看仓库目录下的 License.md
|
||||
|
||||
|
||||
__version__ = "2.2.3"
|
||||
__vername__ = "Java版欲适配、初步MSQ流式适配"
|
||||
__version__ = "2.2.4"
|
||||
__vername__ = "MSQ 流式适配与校验增强,新增 NBS 音色表"
|
||||
__author__ = (
|
||||
("金羿", "Eilles"),
|
||||
("诸葛亮与八卦阵", "bgArray"),
|
||||
@@ -48,6 +48,14 @@ __all__ = [
|
||||
"MM_CLASSIC_PERCUSSION_INSTRUMENT_TABLE",
|
||||
"MM_TOUCH_PITCHED_INSTRUMENT_TABLE",
|
||||
"MM_TOUCH_PERCUSSION_INSTRUMENT_TABLE",
|
||||
"MM_NBS_PITCHED_INSTRUMENT_TABLE",
|
||||
"MM_NBS_PERCUSSION_INSTRUMENT_TABLE",
|
||||
# 操作性函数
|
||||
"natural_curve",
|
||||
"straight_line",
|
||||
"load_decode_msq_metainfo",
|
||||
"load_decode_msq_flush_release",
|
||||
"guess_deviation",
|
||||
]
|
||||
|
||||
from .main import *
|
||||
|
||||
Reference in New Issue
Block a user