This commit is contained in:
Clément Le Bihan
2021-12-14 14:55:16 +01:00
parent 866c875fbe
commit 429f9f2e6e
+1 -1
View File
@@ -89,7 +89,7 @@ async def main():
print(msg, d)
if "note" in d:
s += d['time'] * 1000
notes.append(Note(s, {"duration": 500, "color": default_color, "key": midi_key_my_key(d["note"])}))
notes.append(Note(s, {"duration": 400, "color": default_color, "key": midi_key_my_key(d["note"])}))
p = Partition("test",
notes