Skip to content
Bartłomiej Maryńczak edited this page Sep 18, 2023 · 4 revisions

How to download:


How to run:

On Windows/Linux: Extract and double click

On Mac:

  1. Extract
  2. Right click + open

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

  • download default.sf2 file from releases page
  • 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

Shortcuts In Player:

  • Left/Right rewinds (shift makes it faster)
  • Up/Down changes the speed (shift makes it faster)
  • -/+ adjusts sound offset/delay (shift makes it faster) - offset is just used if your headset is lagging behind
  • PageUp/PageDown adjusts animation/waterfall speed

Shortcuts In Main Menu:

  • Tab to open file select dialog
  • Left/Right to change output
  • Enter to start playing

How to change color schema

it is 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),
        ),
    ],
)
Clone this wiki locally