Skip to content

Piano Sheet

Compare
Choose a tag to compare
@github-actions github-actions released this 29 May 14:17
· 31 commits to main since this release
b48c9cf

I'm excited to show the major changes in this new version! It has been a while and a lot of crashing bugs relating to Windows 7 has been fixed. I hope you continue to enjoy the program. If you did, consider starring 🌟 the repository!

Piano Sheet

The first version of the Piano Sheet has been added, this allows you to easily share songs to other people, or for yourself to try. You can change the delimiter as well as the split size, and spacing. This will use the current keyboard layout that you have chosen.

2021-05-29_21-54-52

Breaking Changes

Versions 2.x will require .Net 5 onwards. You can download the .Net 5 Runtime here. Make sure to get the x64 version.

Changelog

  • 0e89ae9 Add feature for outputting MIDI to a Piano Sheet
  • 9368ed0 Remove unused class
  • 6631cc7 Fix exception when creating window outside an STA thread
  • 5a5fd63 Fix seek issue when a song has finished
  • 073af05 Exclude PDB files in release
  • b7bd01c Fix crash when Microsoft GS Wavetable Synth does not exist
  • c247105 Handle InvalidChunkSizeException properly
  • 952c5a8 Remove x86 versions
  • 96eed7c Migrate to .Net 5.0
  • 98ee4f5 Generate Assets for Build and Debug
  • 2ce3c2a Fix time in Media Controls not updating
  • 20cd8c8 Change MediaPlayer service to Singleton
  • 77d263a Update Entity Framework to v5.0.6