Skip to content

PolyMeilex/Neothesia

Repository files navigation

Neothesia Baner

Neothesia

Neothesia is a cross-platform MIDI visualizer, build completely in Rust. It helps people to quickly learn how to play piano. It takes music notes from a MIDI file as an input and displays them as colorful falling blocks on a virtual piano.

Opensource Synthesia was abandoned in favour of closed source commercial project
Goal of this project is to bring back Opensource Synthesia to live, and make it look and work as good (or even better) than commercial Synthesia.

If you have any questions, feel free to join my Discord

Discord

Screenshots

image

Video

settings track selection

Video

Download

Download on Flathub

Arch Linux (Unofficial AUR built from source, maintained by @zayn7lie): https://aur.archlinux.org/packages/neothesia

All binary releases: https://github.com/PolyMeilex/Neothesia/releases

FAQ

Video encoding

  • For Linux and Windows you can download neothesia-cli / recorder build from releasses
  • For macOS
    • To encode video you need to install rust
    • You also need to install ffmpeg
    • And compile the neothesia-cli, like so cargo build --release -p neothesia-cli (if you have make: make build-recorder)
    • It will compile neothesia-cli, from now on it is used as a cmomand line tool
  • To encode a test.mid file run ./target/release/neothesia-cli ./test.mid
  • Video will be outputted to ./out directory`

Thanks to