Stereo101 / python-MidiToVirtualPianoMacro

Takes a midi file and converts it into a macro which will play the midi using virtualpiano.net. Uses pyHook and ctypes for macro execution.
96 stars 82 forks source link

Bot won't read some of my midis #25

Open TheRisingDead opened 2 years ago

TheRisingDead commented 2 years ago

There's a few midi files that the bot just refuses to read and I want to know why, and if it can be fixed. Here's a few examples of midis that can't be read: Cannot be read midis.zip

Stereo101 commented 2 years ago

The file extension of these songs is ".MID" instead of ".mid". This isn't obvious in windows because by file extensions are hidden by default since at least Windows 7. Renaming the files to end with ".mid" will let the program detect and list these files. The songs seem to play fine after this. Great taste.

Stereo101 commented 2 years ago

I worked on pyMIDI today and extended legal file extensions a bit. Files ending in ".MID" should now also work. Please redownload and see if its working for you.