Skip to content

Pre-release v1.6.0-alpha2

Pre-release
Pre-release
Compare
Choose a tag to compare
@wyskoj wyskoj released this 02 Apr 03:45
· 204 commits to master since this release

Changes relative to v1.6.0-alpha1:

  • Add custom background switcher
  • Add experimental animations for StringFamilyInstruments
  • Add pitch bend animation for saxophones
  • Add Russian i18n (#94)
  • Add an option to show/hide HUD
  • Add option to never hide instruments (#89)
  • Add a feature to PitchBendModulationController.kt that allows bending due to modulation to only apply when the instrument is playing
  • Fix the issue where conversions of MIDI ticks to seconds were inaccurate (v1.6.0-alpha1)
  • Fix the bug where making pseudo NoteOn events after parsing the MIDI file would incur a crash when trying to get their time in seconds (v1.6.0-alpha1)
  • Fix the bug where trying to determine the tempo before MIDI tick 0 would throw an exception (v1.6.0-alpha1)
  • Fix the issue where lyrics with linebreaks were not properly split
  • Fix the issue that would cause instruments with no notes to be instantiated (#104)
  • Cleanup, documentation, etc.

Full Changelog: v1.6.0-alpha1...v1.6.0-alpha2