Skip to content

Flashy Synthesia Like Software For Linux,Windows and MacOs

License

Notifications You must be signed in to change notification settings

captainerd/MetaThesia

 
 

Repository files navigation

MetaThesia

Status: Mostly inactive, but feature-complete

MetaThesia is a fork of Neothesia by PolyMeilex, enhanced with a few additional scenes, including game stats and a MIDI folder viewer etc. For more details on what’s changed, check out the commits or changelog.

Project Status

This project is mostly inactive due to limited time, and frankly, it works for my needs. Barring any major bugs that interfere with usability, there likely won’t be new updates.

If you encounter bugs, you can try the original project, or feel free to open an issue here. With a bit of luck, we might be able to address it!

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

About

Flashy Synthesia Like Software For Linux,Windows and MacOs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 93.9%
  • Python 4.0%
  • WGSL 2.0%
  • Makefile 0.1%