Piano Play
September 23, 2022 ยท View on GitHub
This WebApp helps to learn reading scores. If your keyboard / instrument has a MIDI port, the WebApp will follow your progress on the Score and provide feedback.
Open your score and have fun!
You are welcomed to use the software at
https://michaelecke.com/pianoplay/
and start providing feedback opening issues in GitHub.

How to build locally for testing
npm install
ionic serve
visit http://localhost:8100/pianoplay
How to build for production
npm install
ionic build prod
copy the files generated in ./www in your webserver under ./pianoplay