fix: midi message parsing in front and remove delay in scorometer
This commit is contained in:
committed by
Clément Le Bihan
parent
004ffa0be8
commit
c5a7436e2c
@@ -76,7 +76,8 @@ class Scorometer:
|
||||
|
||||
def getPartition(self, midiFile: str):
|
||||
notes = []
|
||||
s = 3500
|
||||
s = 3000
|
||||
s = 0
|
||||
notes_on = {}
|
||||
prev_note_on = {}
|
||||
for msg in MidiFile(midiFile):
|
||||
|
||||
Reference in New Issue
Block a user