改进Channel的应用,减少内存占用,优化结构生成,提高MIDI兼容,修改API结构

This commit is contained in:
2023-10-02 18:24:09 +08:00
parent 9a580132e5
commit 72dfdfeb34
19 changed files with 485 additions and 330 deletions

View File

@@ -17,8 +17,8 @@ Terms & Conditions: License.md in the root directory
# 若需转载或借鉴 许可声明请查看仓库目录下的 License.md
__version__ = "1.5.2"
__vername__ = "添加midi对应的键盘符号表"
__version__ = "1.6.0"
__vername__ = "切换ChannelType类型为NoteChannelType类型"
__author__ = (
("金羿", "Eilles Wan"),
("诸葛亮与八卦阵", "bgArray"),
@@ -29,7 +29,7 @@ __all__ = [
# 主要类
"MidiConvert",
# 附加类
# "SingleNote",
"SingleNote",
"SingleCommand",
# "TimeStamp", 未来功能
]