poc in folder

This commit is contained in:
Louis Auzuret
2022-05-05 11:26:57 +02:00
parent 4e9ad2a05f
commit cc85121465
20 changed files with 0 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
from mido import MidiFile
for msg in MidiFile('new_song_1.mid'):
print(msg)