📄 | .gitignore |
📄 | Cargo.lock |
📄 | Cargo.toml |
📄 | README.md |
📁 | src |
README.md
metronome
a simple metronome in rust
work in progress
usage
install rust
on debian:
sudo apt install libncurses5-dev libncursesw5-dev
git clone https://github.com/ahdinosaur/metronome
cd metronome
cargo run
controls:
- press enter to reset time
- press up and down to nudge tempo
- TODO press space to tap tempo
Built with git-ssb-web