sabihoshi / GenshinLyreMidiPlayer

Genshin Impact Windsong Lyre, Floral Zither, & Vintage Lyre MIDI auto player in Modern Mica UI. Supports MIDI instruments & Playlist controls.
MIT License
252 stars 44 forks source link

Issue: cannot play key U with midi output from composed song in Genshin Music Nightly #31

Closed Vannzee closed 2 years ago

Vannzee commented 2 years ago

Using the midi file downloaded from composed song in https://specy.github.io/genshinMusic/#/ the player cannot play the key U in keyboard. Attached file for reference contains the midi output and the corresponding .json file to import to Genshin Music Nightly. key U lyre player.zip

sabihoshi commented 2 years ago

The MIDI output of the tool is wrong, it outputted the "U" key in the C6 key as seen from MidiEditor The output also produces an error from the MIDI Parser, which I don't actually know what causes this, you have to ask the creator of the tool about this, not in here. image

image

The key is too high, so therefore it shifted back to C5 which is Q on the keyboard. You know that is the case because if you shift the key up one tone to C#3, it will now become G5 which now becomes U on the keyboard.

Vannzee commented 2 years ago

Ah, I see, thanks for informing me, I will try to inform the other party