How to merge 9 midi files into one using Python 3.7.x? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

How to merge 9 midi files into one using Python 3.7.x?

I have made 9 midi files and all I had to do is to merge the files. I tried it on one website and it didnt work. So I made a python file to merge it only using py-midi and MidiUtil. It didnt work. How do I do this? python-midi only uses Python 2. Im stuck! PS: I cant make a python code for this since Im stuck finding some methods.

18th Jan 2020, 4:53 AM
Name Omitted until I come back
2 Answers
+ 1
Have you try this library: https://github.com/louisabraham/python3-midi/blob/master/README.mediawiki ? Not sure if it's the same wich has been rewritten for python3 (I never use it nor python-midi), but it seems to have similar functionalities ;)
19th Jan 2020, 10:47 AM
visph
visph - avatar