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.
102 stars 84 forks source link

Some Black note are not working #29

Open matheo-lacerte opened 2 years ago

matheo-lacerte commented 2 years ago

so I realise that some key were not working such as "Q" it alway play like this "q"

Edit: nvm it does play but sometime for some reason it doesn't play the good note for exemple to play the Q i was talking about I had to rewrite the thing and write "QQy"

for exemple this is the note it should have played : "jQ HT jI H" and this what it played "jqJQHTHTJiJH"

so it seem to only do it on the thing cuz if I use the program to just type the letter it press it press the good one