From 69624df71191618c68cd7766419817c88cfd2bfe Mon Sep 17 00:00:00 2001 From: ElapsingDreams <9063072+ElapsingDreams@user.noreply.gitee.com> Date: Sun, 10 Mar 2024 10:26:28 +0000 Subject: [PATCH] =?UTF-8?q?update=20Musicreater/constants.INSTRUMENT=5FOFF?= =?UTF-8?q?SET=5FPOS=5FTABLE=20=E4=BE=9D=E6=8D=AEwiki=E6=9B=B4=E6=94=B9=20?= =?UTF-8?q?=E4=B8=8D=E5=90=8C=E4=B9=90=E5=99=A8=E7=9A=84=E9=9F=B3=E8=B0=83?= =?UTF-8?q?=E5=81=8F=E7=A6=BB=E5=AF=B9=E7=85=A7=E8=A1=A8=20=EF=BC=8C?= =?UTF-8?q?=E5=85=B6=E6=95=B0=E5=80=BC=E4=B8=BA=E5=81=8F=E7=A6=BB=E6=A0=87?= =?UTF-8?q?=E5=87=86=E9=9F=B3C3=E7=9A=84=E6=95=B0=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ElapsingDreams <9063072+ElapsingDreams@user.noreply.gitee.com> --- Musicreater/constants.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Musicreater/constants.py b/Musicreater/constants.py index f9683a1..a9acce5 100644 --- a/Musicreater/constants.py +++ b/Musicreater/constants.py @@ -459,16 +459,16 @@ MM_INSTRUMENT_RANGE_TABLE: Dict[str, Tuple[Tuple[int, int], int]] = { MM_INSTRUMENT_DEVIATION_TABLE: Dict[str, int] = { "note.harp": 6, "note.pling": 6, - "note.guitar": 7, + "note.guitar": -6, "note.iron_xylophone": 6, - "note.bell": 4, - "note.xylophone": 4, - "note.chime": 4, + "note.bell": 30, + "note.xylophone": 30, + "note.chime": 30, "note.banjo": 6, - "note.flute": 5, - "note.bass": 8, + "note.flute": 18, + "note.bass": -18, "note.snare": -1, - "note.didgeridoo": 8, + "note.didgeridoo": -18, "mob.zombie.wood": -1, "note.bit": 6, "note.hat": -1, @@ -476,7 +476,7 @@ MM_INSTRUMENT_DEVIATION_TABLE: Dict[str, int] = { "firework.blast": -1, "firework.twinkle": -1, "fire.ignite": -1, - "note.cow_bell": 5, + "note.cow_bell": 6, } """不同乐器的音调偏离对照表"""