Neothesia Changelog

What's new in Neothesia 0.2.1

Apr 2, 2024
  • What's Changed:
  • Make keyboard layout more accurate by @PolyMeilex in #139
  • Fix typo 'SourdFont' to 'SoundFont' by @dxrcy in #140
  • Update wgpu by @PolyMeilex in #146
  • Build with MACOSX_DEPLOYMENT_TARGET: 10.12 by @PolyMeilex in #147
  • Update to iced 0.12 by @PolyMeilex in #148
  • Expandable player top bar with looping support by @PolyMeilex in #142

New in Neothesia 0.2.0 (Jan 14, 2024)

  • Support for custom piano sizes
  • Track selection screen
  • Neothesia now remembers last open song and loads it on next startup
  • Midi program/instrument changes across rewinds should work now (more or less)
  • Midi file load time was improved, in case of black midi files it can result in ~500x
  • Allow to change animation/waterfall speed using PageUp/PageDown
  • Keep pressed keys while paused
  • Horizontal (measure/bar) and Vertical (C, F keys) guidelines
  • Fix rewind in play along
  • Display file name in main menu
  • Support back mouse button
  • Settings redesign & cleanup

New in Neothesia 0.1.0 (Jul 29, 2023)

  • Play along improvements: user input leeway in play along, ignoring drums, ignoring out of range notes.
  • Add extra colors to default config #37 (Thanks to @othello777)
  • Add attempt to find default.sf2 relative to executable #36 (Thanks to @katyo )