From d36134e5255512f9fb66e6cf1cbffc222a470a10 Mon Sep 17 00:00:00 2001 From: Eilles Wan Date: Sat, 25 Jun 2022 16:17:42 +0000 Subject: [PATCH] =?UTF-8?q?=E8=AF=B8=E8=91=9B=E5=85=AB=E5=8D=A6=E6=B2=A1?= =?UTF-8?q?=E6=94=B9=E5=AE=8C=20=E6=88=91=E6=9D=A5=E7=BB=99=E4=BB=96?= =?UTF-8?q?=E6=94=B9=E4=B8=80=E4=B8=8B=EF=BC=8C=E6=94=B9=E5=AE=8C=E6=9D=A5?= =?UTF-8?q?=EF=BC=8C=E8=BF=99=E5=AE=B6=E4=BC=99=E6=B2=A1=E6=96=99=E5=88=B0?= =?UTF-8?q?=E6=88=91=E5=90=8E=E9=9D=A2=E7=95=99=E4=BA=86=E4=B8=80=E6=89=8B?= =?UTF-8?q?=E5=90=A7=EF=BC=8Cqwq?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- msctPkgver/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msctPkgver/main.py b/msctPkgver/main.py index 4ed7ae6..8602d8c 100644 --- a/msctPkgver/main.py +++ b/msctPkgver/main.py @@ -406,9 +406,9 @@ class midiConvert: if msg.is_meta: if msg.type == 'set_tempo': tempo = msg.tempo + else: if msg.type == 'program_change': instrumentID = msg.program - else: if msg.type == 'note_on' and msg.velocity != 0: nowtick = round( (ticks * tempo)