ZaneH / piano-trainer
- вторник, 12 июля 2022 г. в 00:35:13
🎹 Memorize piano scales with ease! A music practice program w/ MIDI support. Consider it an interactive reference manual
Learn to play the piano at your own pace through various modes of practice.
Download for free on all platforms on itch.io/piano-trainer
or download the latest build here
You'll need to setup Rust and Tauri CLI by following the Getting Started guide here.
$ git clone https://github.com/ZaneH/scale-trainer.git
$ cd scale-trainer
$ yarn && yarn tauri dev
Outputs to /src-tauri/target/release/bundle
$ yarn tauri build
Contributions are more than welcome.
Create a PR pointing to the dev
branch. Stable builds will be merged into master
.
Code formatting is handled with Git Hooks.
Special thank you to ruohki/tauri-midi-example, kevinsqi/react-piano, and the Tauri Discord community.