Skip to content

File specific settings

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jan 02:36
· 11 commits to main since this release
79ff4c3

How to download

Scroll down until you find "Assets" and expand that window. You will find two files in there. After downloading you can right click the file and select "Extract all..." in order to get the program. A tutorial on how to use it can be found in YouTube or HoYoLAB Forums.

  1. GenshinLyreMidiPlayer_v3.1.1_win-x64_standalone.zip - Requires no installation.
  2. GenshinLyreMidiPlayer_v3.1.1_win-x64_dependent.zip/7z - Requires .NET 6.0 Desktop Runtime to run.
    If you don't have .NET 6.0 installed yet, you can find it in here. Get the x64 version under "Run desktop apps".

New Features

  • You will now be able to change the location of the install if it is in a different place, or if the name of the process is different.
  • The Piano Sheet will now follow the Key and Transpose settings you have set for the song.

Breaking Changes

  • The project has dropped support for Windows 7. You must have Windows 10.0.17763.0 or greater.
  • The project has migrated to .NET 6.0. This means that if you want to use the dependent version, you'd need to upgrade to the .NET 6.0 Runtime. If you do not want to do this, just download the standalone version instead.

3.1.1 Changelog

  • 9ddb784 Make songs have their individual settings
  • ef78f74 Transpose Piano Sheet as well
  • 35e876e Add self-contained publish in GitHub Actions
  • 60318f3 Migrate to .Net 6.0
  • 7a3b321 Suppress Resharper.CollectionNeverQueried.Global in Keyboard
  • 6c10b01 Initialize non-nullable properties
  • f3deb52 Code cleanup
  • 8cf87c2 Update nuget packages
  • 1ce2148 Ignore .idea