Skip to content

v0.0.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@PolyMeilex PolyMeilex released this 02 Feb 00:05
· 389 commits to master since this 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