Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 597 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 597 Bytes

Piano trainer

Connect any midi keyboard to your PC to get started.

Features:

  • shows pressed chords/notes
  • ear training practice
  • a variety of different playback instruments
  • persistent midi device settings
  • ...and more coming soon (maybe)

chords ear training

Download latest Windows release HERE

Build from source:

git clone https://github.com/alexeychikk/piano-trainer.git
cd ./piano-trainer
npm i
npm run make