adding midi

This commit is contained in:
Clément Le Bihan
2021-12-14 14:15:43 +01:00
parent d1d5401790
commit f5e1985e27
2 changed files with 4 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
from mido import MidiFile
for msg in MidiFile('new_song_1.mid').play():
print(msg)
BIN
View File
Binary file not shown.