Skip to content

Releases: PolyMeilex/Neothesia

0.2.1

11 Mar 21:33
5587a3d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

0.2.0

14 Jan 04:23
046efbc
Compare
Choose a tag to compare

It's been 6 months since last release, so here we go, time to release some needed improvements 🚀 🎉

  • Support for custom piano sizes
    image
  • Track selection screen
    image
  • 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 speedup
  • Allow to change animation/waterfall speed using PageUp/PageDown
  • Keep pressed keys while paused #47
  • Horizontal (measure/bar) and Vertical (C, F keys) guidelines
    image
  • Fix rewind in play along #92
  • Display file name in main menu
  • Support back mouse button
  • Settings redesign & cleanup
    image

0.1.0

01 Jul 22:05
e26c236
Compare
Choose a tag to compare
  • 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 🎉 )

With those in store, I'm confident to bump the version to 0.1.0 🚀

This is also the first version to include neothesia-cli/recorder binary (ubuntu-recorder-actifact.zip) for .mp4 output

0.0.16

17 Feb 16:41
Compare
Choose a tag to compare
  • Fix notes not being visible on scaling higher than 1

0.0.15

27 Jan 15:37
Compare
Choose a tag to compare
  • Main menu redesign
    • midi outputs moved to settings page
    • selected output and font is now saved in config file
  • Simple play along using new midi input system.

0.0.14

26 Sep 17:04
Compare
Choose a tag to compare
  • Output selection is now saved in the config file
  • Lack of MIDI input should no longer cause panic #26

0.0.13

03 Jul 17:20
Compare
Choose a tag to compare
  • Updated wgpu to 0.13
  • Mathematically correct key placement
  • Merged flatpak branch into master, so versions are now unified.
  • Updated wayland.xml definitions (so it should no longer crash on cutting edge distros).
  • My OxiSynth synthesizer is now the default, instead of FluidSynth.

v0.0.11

17 Oct 19:17
Compare
Choose a tag to compare
v0.0.11 Pre-release
Pre-release
  • Update wgpu 0.11.0

v0.0.10

14 Jun 15:39
Compare
Choose a tag to compare
v0.0.10 Pre-release
Pre-release
  • Wgpu update
  • Notes should no longer be cut near the keyboard on Windows

v0.0.9

02 Feb 00:05
Compare
Choose a tag to compare
v0.0.9 Pre-release
Pre-release
  • Notes are no longer visible under keyboard
  • Shortened successive notes to create small gap, and make it easier to see that note was repeated

Color schema is now available in setting.ron (file created automatically after first launch of neothesia)

Config(
    color_schema: [
        (
            base: (93, 188, 255), // Color of white keys
            dark: (48, 124, 255), // Color of black keys
        ),
        (
            base: (210, 89, 222),
            dark: (125, 69, 134),
        ),
    ],
    background_color: (0, 0, 0)
)

How to get working audio out: (on Macos audio out is included out of the box)

  • download default.sf2 (link)
  • Place default.sf2 in the same dir as executable (to make it a default one)
  • Or select any sf2 file from the in-app menu