adding midi

This commit is contained in:
Clément Le Bihan
2021-12-14 14:22:21 +01:00
parent 737c204ab9
commit e23d9a617e
+1 -1
View File
@@ -1,4 +1,4 @@
from mido import MidiFile
for msg in MidiFile('new_song_1.mid').play():
for msg in MidiFile('new_song_1.mid'):
print(msg)