fix: update the scorometer test and fix missed counter

This commit is contained in:
GitBluub
2023-05-25 15:36:18 +09:00
committed by Zoe Roux
parent 1fa8c7a560
commit b3369a158f
9 changed files with 159 additions and 158 deletions
+1
View File
@@ -148,6 +148,7 @@ class Scorometer:
else 50
)
logging.debug({"note_off": f"{perf} on {message.note}"})
to_play.done = True
self.send({"type": "duration", "id": message.id, "duration": perf})
else:
logging.warning("note_off: no key to play but it was not a wrong note_on")