From d341ca8d40657323984c6bbf3500aed3702fe7e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Le=20Bihan?= Date: Tue, 14 Dec 2021 14:42:28 +0100 Subject: [PATCH] hope --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 728ab76..afda337 100644 --- a/main.py +++ b/main.py @@ -84,8 +84,8 @@ async def main(): for msg in MidiFile('new_song_1.mid'): d = msg.dict() + print(msg, d) notes.append(int(d.time * 1000), {"duration": 200, "color": default_color, "key": midi_key_my_key(d.note)}) - print(msg) p = Partition("test", notes