Skip to content

PolyMeilex/Neothesia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d2579bf · Dec 8, 2024
Oct 18, 2024
Jan 14, 2024
Jun 6, 2024
Jun 6, 2024
Oct 18, 2024
Oct 24, 2024
Nov 26, 2024
Nov 23, 2024
Dec 7, 2024
Dec 8, 2024
Dec 8, 2024
Nov 27, 2024
Nov 15, 2024
Feb 3, 2021
Nov 30, 2024
Nov 15, 2024
Nov 26, 2020
Nov 13, 2024
Dec 2, 2020
Sep 24, 2023
Dec 2, 2020
May 18, 2020

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