完整的全景声相支持,修复了之前音量大小确定错误的问题

This commit is contained in:
EillesWan
2025-06-19 02:30:24 +08:00
parent 45e9adbbd1
commit 321f80540c
11 changed files with 654 additions and 251 deletions

View File

@ -12,8 +12,8 @@ print(
"乐器使用情况",
)
for name in set(
sorted(
for name in sorted(
set(
[
n.split(".")[0].replace("c", "").replace("d", "")
for n in msct.note_count_per_instrument.keys()