修复重大问题:延迟播放器中音符的延迟过长,感谢Mono

This commit is contained in:
2023-05-01 12:40:40 +08:00
parent 6fe8e41dfa
commit cb95c51a47
4 changed files with 208 additions and 198 deletions

View File

@@ -19,6 +19,6 @@ Terms & Conditions: ../License.md
from .main import *
__version__ = "0.5.0.2"
__version__ = "0.5.1"
__all__ = []
__author__ = (("金羿", "Eilles Wan"), ("诸葛亮与八卦阵", "bgArray"), ("鸣凤鸽子", "MingFengPigeon"))