Skip to content

Memorize piano scales with ease! A piano practice program w/ MIDI support. Consider it an interactive reference manual 🎹

License

Notifications You must be signed in to change notification settings

ZaneH/piano-trainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scale Trainer

A cross-platform utility for learning the piano

Features

  • MIDI compatible
  • Cross-platform support
  • Interactive scale practice
  • Interactive chord practice
  • Interactive Circle of Fifths practice
  • Interactive fifths practice
  • Interactive inversion practice
  • Interactive quiz

Releases

There aren't any releases yet

Run Locally

$ git clone https://github.com/ZaneH/scale-trainer.git
$ cd scale-trainer
$ yarn && yarn tauri dev

Build target binary

Outputs to /src-tauri/target/release/bundle

$ yarn tauri build