完成2.0.0正式版构建,现已支持音乐保存……

This commit is contained in:
2024-03-10 18:47:10 +08:00
parent 77351d767b
commit f1ab2373b5
9 changed files with 327 additions and 569 deletions

View File

@@ -467,15 +467,15 @@ MM_INSTRUMENT_DEVIATION_TABLE: Dict[str, int] = {
"note.banjo": 6,
"note.flute": 18,
"note.bass": -18,
"note.snare": -1,
"note.snare": 0,
"note.didgeridoo": -18,
"mob.zombie.wood": -1,
"mob.zombie.wood": 0,
"note.bit": 6,
"note.hat": -1,
"note.bd": -1,
"firework.blast": -1,
"firework.twinkle": -1,
"fire.ignite": -1,
"note.hat": 0,
"note.bd": 0,
"firework.blast": 0,
"firework.twinkle": 0,
"fire.ignite": 0,
"note.cow_bell": 6,
}
"""不同乐器的音调偏离对照表"""