hope
This commit is contained in:
@@ -89,7 +89,7 @@ async def main():
|
|||||||
print(msg, d)
|
print(msg, d)
|
||||||
if "note" in d:
|
if "note" in d:
|
||||||
s += d['time'] * 1000
|
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",
|
p = Partition("test",
|
||||||
notes
|
notes
|
||||||
|
|||||||
Reference in New Issue
Block a user