Actualiser midi2beep.py

This commit is contained in:
Adrien MALINGREY 2025-02-24 17:48:30 +01:00
parent 33568dbe54
commit c03110cfc1

View File

@ -54,7 +54,8 @@ else:
time = 0 time = 0
note_on = 0 note_on = 0
start = 0 start = 0
tempo = 0 tempo = 500000
try: try:
for msg in mid: for msg in mid:
time += msg.time time += msg.time