mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2025-09-06 20:36:23 +00:00
完整的全景声相支持,修复了之前音量大小确定错误的问题
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user