PianoFromAbove

This is the software that drives some of the Impossible MIDI videos on youtube:

Synthesia is the main alternate with way more market share and much more active development, but appaerently PFA is more performant, so some prefer it. Yay.

The original inspiration:

And so I made it happen:

Binaries

https://github.com/brian-pantano/PianoFromAbove/releases

Viz branch

There's now a viz branch which will house graphics and performance updates going forward (if there is a forward).

How to build

This is unfortunately very tricky. Hopefully I will simplify this in the future.

Once that's done, there should be a Release\PFA-1.1.0-x86_64.exe that you can run.

There's an optional .nsi script that you can run if you want to build an installer.

The code probably isn't the best, and it probably goes against all sorts of best practices but it is fairly snappy. I'm not very good at writing UI or UX, but I am fairly good at writing datastructures and writing minimal and fast code. Good luck reading it!