mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2026-01-27 06:01:48 +00:00
完成2.0.0正式版构建,现已支持音乐保存……
This commit is contained in:
@@ -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,
|
||||
}
|
||||
"""不同乐器的音调偏离对照表"""
|
||||
|
||||
Reference in New Issue
Block a user