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

Fixed multiple things, read description #53

Closed Raven13111 closed 5 months ago

Raven13111 commented 7 months ago

playSong.py: Fixed IndexError: list index out of range Added song time Changed the way exiting worked for a new load feature Load songs using F5

pyMIDI.py Auto loads playSong.py (Needed for new loading)

Stereo101, add me on discord please (@awfw)

Stereo101 commented 5 months ago

playSong.py: Fixed IndexError: list index out of range Added song time Changed the way exiting worked for a new load feature Load songs using F5

pyMIDI.py Auto loads playSong.py (Needed for new loading)

Stereo101, add me on discord please (@awfw)

added as collaborator if you ever feel like making more changes

Raven13111 commented 5 months ago

Thanks